summaryrefslogtreecommitdiff
path: root/src/Makefile.b32
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-08 19:38:57 +0100
committerng0 <ng0@we.make.ritual.n0.is>2016-11-02 19:03:48 +0000
commit153e5138d1a891d654666eb51016efeb56f2580c (patch)
treeafe1f7763ee1730cc8d64e5e1502cbabac0d361c /src/Makefile.b32
parent3c561c657c2f0e553b19115a506592a8bbd744bc (diff)
downloadgnurl-153e5138d1a891d654666eb51016efeb56f2580c.tar.gz
gnurl-153e5138d1a891d654666eb51016efeb56f2580c.tar.bz2
gnurl-153e5138d1a891d654666eb51016efeb56f2580c.zip
* Patches to rename libcurl to libgnurl by Christiangnurl-7_51_0
* Updated for latest curl using git cherry-pick by Jeff, Florian, ng0 * Patches to fix the testsuite (deleted tests/data/test1139, renamed reference from libcurl.* to libgnurl.*) by ng0
Diffstat (limited to 'src/Makefile.b32')
-rw-r--r--src/Makefile.b324
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.b32 b/src/Makefile.b32
index a60b3db74..6bcdcd700 100644
--- a/src/Makefile.b32
+++ b/src/Makefile.b32
@@ -72,9 +72,9 @@ LINKLIB = $(BCCDIR)\lib\cw32mt.lib $(BCCDIR)\lib\ws2_32.lib
DEFINES = -DNDEBUG -DWIN32
!ifdef DYNAMIC
-LIBCURL_LIB = ..\lib\libcurl_imp.lib
+LIBCURL_LIB = ..\lib\libgnurl_imp.lib
!else
-LIBCURL_LIB = ..\lib\libcurl.lib
+LIBCURL_LIB = ..\lib\libgnurl.lib
DEFINES = $(DEFINES) -DCURL_STATICLIB
!endif