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.
This commit is contained in:
Viktor Szakats
2008-11-10 00:24:56 +00:00
parent ae5075fa5b
commit 2a78c11e64
5 changed files with 13 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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