diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 17:02:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 17:02:47 +0000 |
commit | 762f9f240168ce67e3fa17f40ea2c23bc49abc5f (patch) | |
tree | 4168f7a92abf06d6b05d4ce566df91eba87fc1e5 /package/source/zipapi/makefile.mk | |
parent | 2408ca20d0c14bf1ccd4e1a27749f51774a7ece5 (diff) |
INTEGRATION: CWS geordi2q11 (1.14.8); FILE MERGED
2003/12/16 13:57:13 hr 1.14.8.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'package/source/zipapi/makefile.mk')
-rw-r--r-- | package/source/zipapi/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/package/source/zipapi/makefile.mk b/package/source/zipapi/makefile.mk index 4357bc089d06..d173a8afca2e 100644 --- a/package/source/zipapi/makefile.mk +++ b/package/source/zipapi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.14 $ +# $Revision: 1.15 $ # -# last change: $Author: rt $ $Date: 2003-10-30 14:23:52 $ +# last change: $Author: vg $ $Date: 2003-12-17 18:02:47 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -75,6 +75,9 @@ ENABLE_EXCEPTIONS=TRUE # --- Files -------------------------------------------------------- #CFLAGS+=/Ob0 /Od +.IF "$(SYSTEM_ZLIB)" == "YES" +CFLAGS+=-DSYSTEM_ZLIB +.ENDIF SLOFILES= \ $(SLO)$/Adler32.obj \ $(SLO)$/CRC32.obj \ |