]> granicus.if.org Git - curl/commitdiff
nntp@iname.com's suggested fix to set the libpath
authorDaniel Stenberg <daniel@haxx.se>
Tue, 6 Feb 2001 07:14:44 +0000 (07:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 6 Feb 2001 07:14:44 +0000 (07:14 +0000)
src/Makefile.vc6

index 9eb4974b4a4a451c1d40e15e830f9498b0f86606..302a2ec32f497393fa77d806565eac2291e0480a 100644 (file)
@@ -17,7 +17,7 @@ LINKR = link.exe /incremental:no /libpath:"../lib"
 
 ## Debug
 CCD = cl.exe /MDd /Gm /ZI /Od /D "_DEBUG" /GZ
-LINKD = link.exe /incremental:yes /debug
+LINKD = link.exe /incremental:yes /debug /libpath:"../lib"
 
 CFLAGS = /I "../include" /nologo /W3 /GX /D "WIN32" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
 LFLAGS = /nologo /out:$(PROGRAM_NAME) /subsystem:console /machine:I386