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)
This commit is contained in:
Viktor Szakats
2008-10-27 19:51:15 +00:00
parent f1b59f3482
commit f56ab293a9
2 changed files with 6 additions and 1 deletions

View File

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

View File

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