diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2b00bbe5dc..6d2c9629c0 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-10 20:12 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * make_vc.bat + * make_vc.mak + * Cleanups. + 2008-10-10 10:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/hbextern.ch ! Fixed XPP class names. diff --git a/harbour/make_vc.bat b/harbour/make_vc.bat index 8977d0c3d3..5d18e24bc7 100644 --- a/harbour/make_vc.bat +++ b/harbour/make_vc.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_vc.mak b/harbour/make_vc.mak index f467714b86..1cd6a07e79 100644 --- a/harbour/make_vc.mak +++ b/harbour/make_vc.mak @@ -119,14 +119,11 @@ CFLAGS = -nologo -W3 -I$(INCLUDE_DIR) -I$(CFLAGS_VER) \ #----------- !ifndef HB_WINCE_COMPILE_WITH_GTWIN -CFLAGS = $(CFLAGS) -DHB_NO_WIN_CONSOLE +CFLAGS = $(CFLAGS) -DHB_NO_WIN_CONSOLE !endif #----------- !if "$(HB_BUILD_DEBUG)" == "yes" -CFLAGS = $(CFLAGS) -D "_DEBUG" -D "DEBUG" DBGMARKER = d -!else -CFLAGS = $(CFLAGS) -D "NDEBUG" !endif !else