diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3dba0d9ea9..50eaa236f6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,30 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-11 18:24 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * config/rules.cf + % Removed unnecessary -I option from Harbour command line. + + * ChangeLog + + Added entry to signal the branching. + +2008-08-11 12:13 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * SVN + ; ========================================================= + ; ========================================================= + + New '/branches/harbour-1.0' branch created. + Any work involving 1.0.x versions should be done in this + branch. + ; In the "normal" repository (= the trunk = this one), the + development of next main version (1.1) of Harbour should + continue. + To put it shortly: + - Don't commit here anything belonging to 1.0.x. + - Do commit everything belonging to 1.1. + - Do commit everything belonging to 1.0 to /branches/harbour-1.0 + ; ========================================================= + ; ========================================================= + 2008-08-11 11:02 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * make_vcce.mak * Minor cosmetic sync with make_vc.mak diff --git a/harbour/config/rules.cf b/harbour/config/rules.cf index 19e0d82c75..f05459c2de 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 -gc0 -km -I$(TOP) -I$(HB_INC_COMPILE) +HB_FLAGS = -n -q0 -w3 -es2 -gc0 -km -I$(HB_INC_COMPILE) # The rule to link an executable. ifeq ($(LD_RULE),)