Changes for removing libcurl.def file on Win32.

Added "CURL_EXTERN" to memdebug.h functions.
Cleaned up Makefile.vc6.
This commit is contained in:
Gisle Vanem 2004-11-09 14:00:56 +00:00
parent 1f2b042b95
commit 377e43fbb9
6 changed files with 55 additions and 55 deletions

View file

@ -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