mirror of
https://github.com/curl/curl.git
synced 2026-08-24 12:33:37 +03:00
Changes for removing libcurl.def file on Win32.
Added "CURL_EXTERN" to memdebug.h functions. Cleaned up Makefile.vc6.
This commit is contained in:
parent
1f2b042b95
commit
377e43fbb9
6 changed files with 55 additions and 55 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue