DO NOT USE INCREMENTAL

This commit is contained in:
Bill Hoffman 2001-12-28 17:00:41 -05:00
parent e4843d83a4
commit adb82258fb
1 changed files with 2 additions and 1 deletions

View File

@ -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