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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user