2009-11-02 12:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* config/win/bcc.mk
! Fixed -I order after recent change to not interfere with
embedded pcre headers.
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-11-02 12:06 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/win/bcc.mk
|
||||
! Fixed -I order after recent change to not interfere with
|
||||
embedded pcre headers.
|
||||
|
||||
2009-11-02 10:26 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* config/global.mk
|
||||
* config/win/bcc.mk
|
||||
|
||||
@@ -42,9 +42,9 @@ endif
|
||||
# Hack to autoconfig bcc, and not require properly set .cfg files in its bin dir.
|
||||
# It only works if compiler autodetection is being used.
|
||||
ifneq ($(HB_COMP_PATH_PUB),)
|
||||
CFLAGS += $(subst \,/,-I"$(HB_COMP_PATH_PUB)../Include")
|
||||
LDFLAGS += $(subst \,/,-L"$(HB_COMP_PATH_PUB)../Lib" -L"$(HB_COMP_PATH_PUB)../Lib/PSDK")
|
||||
DFLAGS += $(subst \,/,-L"$(HB_COMP_PATH_PUB)../Lib" -L"$(HB_COMP_PATH_PUB)../Lib/PSDK")
|
||||
HB_CFLAGS += $(subst \,/,-I"$(HB_COMP_PATH_PUB)../Include")
|
||||
LDFLAGS += $(subst \,/,-L"$(HB_COMP_PATH_PUB)../Lib" -L"$(HB_COMP_PATH_PUB)../Lib/PSDK")
|
||||
DFLAGS += $(subst \,/,-L"$(HB_COMP_PATH_PUB)../Lib" -L"$(HB_COMP_PATH_PUB)../Lib/PSDK")
|
||||
endif
|
||||
|
||||
LD := bcc32.exe
|
||||
|
||||
Reference in New Issue
Block a user