mirror of
https://github.com/curl/curl.git
synced 2026-04-15 12:41:41 +03:00
nntp@iname.com's suggested fix to set the libpath
This commit is contained in:
parent
db70cd28b3
commit
07e7018564
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue