diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8215067a3c..9fffa7a014 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,15 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-11-10 01:24 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * source/hbzlib/zconf.h + * Removed commented Harbour additions. + + * config/w32/mingwce.cf + * config/w32/poccce.cf + * config/w32/msvcce.cf + ! Fixed typo in previous today's commit. + 2008-11-10 00:20 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/config/rules.cf ! fixed recursive HB_FLAGS declaration diff --git a/harbour/config/w32/mingwce.cf b/harbour/config/w32/mingwce.cf index 437f38e6c5..3fa4b159c8 100644 --- a/harbour/config/w32/mingwce.cf +++ b/harbour/config/w32/mingwce.cf @@ -9,14 +9,14 @@ EXE_EXT = .exe LIB_PREF = lib LIB_EXT = .a -rem Favor size for CE builds. +# Favor size for CE builds. HB_FLAGS = -gc0 CC = $(CCPREFIX)gcc CC_IN = -c CC_OUT = -o CPPFLAGS = -I. -I$(HB_INC_COMPILE) -rem Use -O2 instead of -O3 here. +# Use -O2 instead of -O3 here. CFLAGS = -Wall -W -O2 LD = $(CCPREFIX)gcc diff --git a/harbour/config/w32/msvcce.cf b/harbour/config/w32/msvcce.cf index 40a3fcfbb1..aad3e4d095 100644 --- a/harbour/config/w32/msvcce.cf +++ b/harbour/config/w32/msvcce.cf @@ -11,7 +11,7 @@ EXE_EXT = .exe LIB_PREF = LIB_EXT = .lib -rem Favor size for CE builds. +# Favor size for CE builds. HB_FLAGS = -gc0 CC = cl.exe diff --git a/harbour/config/w32/poccce.cf b/harbour/config/w32/poccce.cf index ad21b1c64c..7e899d6c3f 100644 --- a/harbour/config/w32/poccce.cf +++ b/harbour/config/w32/poccce.cf @@ -12,7 +12,7 @@ EXE_EXT = .exe LIB_PREF = LIB_EXT = .lib -rem Favor size for CE builds. +# Favor size for CE builds. HB_FLAGS = -gc0 CC = pocc.exe diff --git a/harbour/source/hbzlib/zconf.h b/harbour/source/hbzlib/zconf.h index 10487f8496..f530052ae5 100644 --- a/harbour/source/hbzlib/zconf.h +++ b/harbour/source/hbzlib/zconf.h @@ -8,13 +8,6 @@ #ifndef ZCONF_H #define ZCONF_H -/* Harbour addition */ -#if 0 - #if defined(HB_DYNLIB) && !defined(ZLIB_DLL) - #define ZLIB_DLL - #endif -#endif - /* * If you *really* need a unique prefix for all types and library functions, * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.