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:
@@ -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.
|
||||
|
||||
@@ -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)
|
||||
|
||||
2
harbour/external/Makefile
vendored
2
harbour/external/Makefile
vendored
@@ -18,4 +18,6 @@ endif
|
||||
|
||||
endif
|
||||
|
||||
DIRS += $(HB_EXTERNAL_ADDONS)
|
||||
|
||||
include $(ROOT)config/dir.cf
|
||||
|
||||
Reference in New Issue
Block a user