diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-02-06 07:14:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-02-06 07:14:44 +0000 |
commit | 07e7018564be6acdeb3a7e65fec6ebe190f3c1e9 (patch) | |
tree | da5a336ee266e48caeded9aaa6eab8a45b38e73c | |
parent | db70cd28b34e73fc38617176cd8b1306a129abe5 (diff) |
nntp@iname.com's suggested fix to set the libpath
-rw-r--r-- | src/Makefile.vc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.vc6 b/src/Makefile.vc6 index 9eb4974b4..302a2ec32 100644 --- a/src/Makefile.vc6 +++ b/src/Makefile.vc6 @@ -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 |