mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Fixed export list path.
This commit is contained in:
parent
33eac5f7fd
commit
d8ce83e73a
@ -64,7 +64,7 @@ DESCR = cURL libcurl $(LIBCURL_VERSION_STR) ($(LIBARCH)) - http://curl.haxx.se
|
|||||||
MTSAFE = YES
|
MTSAFE = YES
|
||||||
STACK = 64000
|
STACK = 64000
|
||||||
SCREEN = none
|
SCREEN = none
|
||||||
EXPORTF = $(OBJDIR)/libcurl.imp
|
EXPORTF = $(TARGET).imp
|
||||||
EXPORTS = @$(EXPORTF)
|
EXPORTS = @$(EXPORTF)
|
||||||
|
|
||||||
# Uncomment the next line to enable linking with POSIX semantics.
|
# Uncomment the next line to enable linking with POSIX semantics.
|
||||||
@ -351,7 +351,7 @@ clean:
|
|||||||
-$(RM) -r $(OBJDIR)
|
-$(RM) -r $(OBJDIR)
|
||||||
|
|
||||||
distclean vclean: clean
|
distclean vclean: clean
|
||||||
-$(RM) $(TARGET).$(LIBEXT) $(TARGET).nlm
|
-$(RM) $(TARGET).$(LIBEXT) $(TARGET).nlm $(TARGET).imp
|
||||||
-$(RM) certdata.txt ca-bundle.crt
|
-$(RM) certdata.txt ca-bundle.crt
|
||||||
|
|
||||||
$(OBJDIR) $(INSTDIR):
|
$(OBJDIR) $(INSTDIR):
|
||||||
|
Loading…
Reference in New Issue
Block a user