correctly compile unzip-DLL [used in boinc_UnzipToMemory()]

svn path=/trunk/boinc/; revision=11875
This commit is contained in:
Reinhard Prix 2007-01-15 23:28:33 +00:00
parent 477eac8775
commit 0e42a6a07a
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@
SUBDIRS = zip unzip SUBDIRS = zip unzip
AM_CPPFLAGS = -I$(top_srcdir)/zlib -I$(top_srcdir)/lib -I$(top_srcdir)/zip -I$(top_srcdir)/zip/zip -I$(top_srcdir)/zip/unzip -DUNIX AM_CPPFLAGS = -I$(top_srcdir)/zlib -I$(top_srcdir)/lib -I$(top_srcdir)/zip -I$(top_srcdir)/zip/zip -I$(top_srcdir)/zip/unzip -DUNIX -DDLL
##noinst_PROGRAMS = test ##noinst_PROGRAMS = test
lib_LIBRARIES = libboinc_zip.a lib_LIBRARIES = libboinc_zip.a

View File

@ -33,7 +33,6 @@
You must define `DLL' in order to include the API extensions. You must define `DLL' in order to include the API extensions.
---------------------------------------------------------------------------*/ ---------------------------------------------------------------------------*/
#define DLL
#ifdef OS2 #ifdef OS2
# define INCL_DOSMEMMGR # define INCL_DOSMEMMGR