From 0e42a6a07a85639636f73c7f5915e66e100b652e Mon Sep 17 00:00:00 2001 From: Reinhard Prix Date: Mon, 15 Jan 2007 23:28:33 +0000 Subject: [PATCH] correctly compile unzip-DLL [used in boinc_UnzipToMemory()] svn path=/trunk/boinc/; revision=11875 --- zip/Makefile.am | 2 +- zip/unzip/api.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/zip/Makefile.am b/zip/Makefile.am index bc3b9f24af..70e9cd9308 100644 --- a/zip/Makefile.am +++ b/zip/Makefile.am @@ -4,7 +4,7 @@ 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 lib_LIBRARIES = libboinc_zip.a diff --git a/zip/unzip/api.c b/zip/unzip/api.c index 655175fbe2..8180af7089 100644 --- a/zip/unzip/api.c +++ b/zip/unzip/api.c @@ -33,7 +33,6 @@ You must define `DLL' in order to include the API extensions. ---------------------------------------------------------------------------*/ -#define DLL #ifdef OS2 # define INCL_DOSMEMMGR