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:
Viktor Szakats
2009-11-02 11:07:44 +00:00
parent 396cf43de2
commit fe99453ede
2 changed files with 8 additions and 3 deletions

View File

@@ -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

View File

@@ -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