2009-03-25 15:55 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* external/Makefile
    + Added HB_EXTERNAL_ADDON envvar support.

  * config/win/bcc.cf
    * -d moved to optimization switches.
This commit is contained in:
Viktor Szakats
2009-03-25 14:55:55 +00:00
parent d1f143f7c6
commit bc6f0bce7d
3 changed files with 11 additions and 2 deletions

View File

@@ -8,6 +8,13 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-03-25 15:55 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* external/Makefile
+ Added HB_EXTERNAL_ADDON envvar support.
* config/win/bcc.cf
* -d moved to optimization switches.
2009-03-25 14:35 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
+ external/Makefile
+ Added missing file.

View File

@@ -16,10 +16,10 @@ CC = bcc32.exe
CC_IN = -c
CC_OUT = -o
CPPFLAGS = -I. -I$(HB_INC_COMPILE)
CFLAGS = -q -d -Q -w -w-sig- -tWM
CFLAGS = -q -Q -w -w-sig- -tWM
ifneq ($(HB_BUILD_OPTIM),no)
CFLAGS += -4 -O2 -OS -Ov -Oi -Oc
CFLAGS += -d -4 -O2 -OS -Ov -Oi -Oc
endif
ifeq ($(HB_BUILD_DEBUG),yes)

View File

@@ -18,4 +18,6 @@ endif
endif
DIRS += $(HB_EXTERNAL_ADDONS)
include $(ROOT)config/dir.cf