diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b010941535..b3b72aaba5 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-13 02:30 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * make_b32.bat + * make_b32.mak + - Removed dummy option HB_BUILD_MODE. + 2008-08-13 01:11 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * doc/whatsnew.txt * Extended releases notes/issues section. diff --git a/harbour/make_b32.bat b/harbour/make_b32.bat index 6aadb54344..da2581a67f 100644 --- a/harbour/make_b32.bat +++ b/harbour/make_b32.bat @@ -11,7 +11,6 @@ rem Instead, make a local copy and modify that one, or make a call to rem this batch file from your customized one. [vszakats] rem rem Set any of the below settings to customize your build process: -rem set HB_BUILD_MODE=C rem set HB_BUILD_DLL=yes rem set HB_BUILD_DEBUG=yes rem set HB_BUILD_VERBOSE=yes diff --git a/harbour/make_b32.mak b/harbour/make_b32.mak index 916caa07b0..1830103f9b 100644 --- a/harbour/make_b32.mak +++ b/harbour/make_b32.mak @@ -40,7 +40,6 @@ # HB_BUILD_ST - If set to yes builds harbour in SingleThread mode # HB_BUILD_DLL - If set to yes enables building harbour VM+RTL # dll in addition to normal static build -# HB_BUILD_MODE - If set to cpp causes to compile in C++ mode # HB_BUILD_DEBUG - If set to yes causes to compile with debug info # HB_BUILD_VERBOSE - enables echoing commands being executed # HB_REBUILD_PARSER - If set to yes force preprocessing new rules by