mirror of https://github.com/BOINC/boinc.git
correctly compile unzip-DLL [used in boinc_UnzipToMemory()]
svn path=/trunk/boinc/; revision=11875
This commit is contained in:
parent
477eac8775
commit
0e42a6a07a
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue