From 377e43fbb9ff48fc114c9c6ecc1b04796e01b0fb Mon Sep 17 00:00:00 2001 From: Gisle Vanem Date: Tue, 9 Nov 2004 14:00:56 +0000 Subject: Changes for removing libcurl.def file on Win32. Added "CURL_EXTERN" to memdebug.h functions. Cleaned up Makefile.vc6. --- lib/Makefile.netware | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/Makefile.netware') diff --git a/lib/Makefile.netware b/lib/Makefile.netware index a63ac63ed..2f3391b54 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -70,7 +70,7 @@ CP = cp -afv MPKXDC = mkxdc # Global flags for all compilers -CFLAGS = $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -nostdinc +CFLAGS = $(OPT) -D$(DB) -DNETWARE -DHAVE_CONFIG_H -DBUILDING_LIBCURL -nostdinc ifeq ($(CC),mwccnlm) LD = mwldnlm @@ -164,9 +164,9 @@ OBJL = $(OBJS) $(OBJDIR)/nwlib.o all: lib nlm -nlm: prebuild $(TARGET).nlm +nlm: prebuild $(TARGET).nlm -lib: prebuild $(TARGET).lib +lib: prebuild $(TARGET).lib prebuild: $(OBJDIR) $(OBJDIR)/version.inc config.h ca-bundle.h -- cgit v1.2.3