diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c8d69a6c17..a5fc7b06f1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-10-27 20:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * config/rules.cf + * Synced Harbour flags with non-GNU make. + (added -gc3, -l) + 2008-10-27 20:06 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/setkey.c ! fixed GPF in HB_SETKEYGET() when bActive block is used diff --git a/harbour/config/rules.cf b/harbour/config/rules.cf index 14ed3a00a2..729b8e3692 100644 --- a/harbour/config/rules.cf +++ b/harbour/config/rules.cf @@ -20,7 +20,7 @@ HB := $(HB_BIN_COMPILE)/ endif HB := $(HB)harbour$(EXE_EXT) -HB_FLAGS = -n -q0 -w3 -es2 -km -I$(HB_INC_COMPILE) +HB_FLAGS = -n -i$(HB_INC_COMPILE) -q0 -w3 -es2 -gc3 -km -l # The rule to link an executable. ifeq ($(LD_RULE),)