From: george82 Date: Sun, 20 Feb 2005 17:24:15 +0000 (+0000) Subject: Create the working release configuration for player. X-Git-Tag: v0.0.90~384^2~633 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=458345bb32d3b2e928386e6d03ed0179ea3e82aa;p=tigervnc.git Create the working release configuration for player. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@202 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/rfbplayer/rfbplayer.dsp b/rfbplayer/rfbplayer.dsp index 571fce2c..92cb5eb5 100644 --- a/rfbplayer/rfbplayer.dsp +++ b/rfbplayer/rfbplayer.dsp @@ -53,7 +53,11 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # 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 /machine:I386 -# ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib shell32.lib uuid.lib version.lib /nologo /subsystem:windows /machine:I386 +# ADD LINK32 user32.lib gdi32.lib comctl32.lib shell32.lib comdlg32.lib version.lib /nologo /subsystem:windows /machine:I386 +# Begin Special Build Tool +SOURCE="$(InputPath)" +PreLink_Cmds=cl /c /nologo /FoDebug\ /FdDebug\ /MTd buildTime.cxx +# End Special Build Tool !ELSEIF "$(CFG)" == "rfbplayer - Win32 Debug"