Changeset 1559

Show
Ignore:
Timestamp:
12/02/04 07:50:55 (3 years ago)
Author:
augur
Message:

Missed changing DEBUG target from /MTd to /MDd and libswish-e-mt.lib.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swishctl/src/SwishCtl.dsp

    r1558 r1559  
    4444# PROP Target_Dir "" 
    4545# ADD BASE CPP /nologo /MTd /W3 /Gm /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /GZ /c 
    46 # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\..\swish-e\src\Win32" /D "HAVE_CONFIG_H" /D "HAVE_ZLIB" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c 
     46# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\swish-e\src\Win32" /D "HAVE_CONFIG_H" /D "HAVE_ZLIB" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c 
    4747# ADD BASE RSC /l 0x1409 /d "_DEBUG" 
    4848# ADD RSC /l 0x1409 /d "_DEBUG" 
     
    5252LINK32=link.exe 
    5353# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept 
    54 # ADD LINK32 kernel32.lib ../../swish-e/src/win32/libswish-e-mt.lib ../../zlib/lib/zlib.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept 
     54# ADD LINK32 kernel32.lib ../../swish-e/src/win32/libswish-e.lib ../../zlib/lib/zlib.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept 
    5555 
    5656!ELSEIF  "$(CFG)" == "SwishCtl - Win32 Release MinSize"