DO NOT USE INCREMENTAL
This commit is contained in:
parent
e4843d83a4
commit
adb82258fb
|
@ -55,6 +55,7 @@ BSC32=bscmake.exe
|
|||
LINK32=link.exe
|
||||
# ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
|
||||
# ADD LINK32 ../Release/CMakeLib.lib /nologo /subsystem:windows /machine:I386
|
||||
# SUBTRACT LINK32 /incremental:yes
|
||||
|
||||
!ELSEIF "$(CFG)" == "CMakeSetup - Win32 Debug"
|
||||
|
||||
|
@ -81,7 +82,7 @@ BSC32=bscmake.exe
|
|||
# ADD BSC32 /nologo
|
||||
LINK32=link.exe
|
||||
# ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
|
||||
# ADD LINK32 ../Debug/CMakeLib.lib /subsystem:windows /debug /machine:I386 /pdbtype:sept
|
||||
# ADD LINK32 ../Debug/CMakeLib.lib /subsystem:windows /incremental:no /debug /machine:I386 /pdbtype:sept
|
||||
# SUBTRACT LINK32 /nologo
|
||||
|
||||
!ENDIF
|
||||
|
|
Loading…
Reference in New Issue