|
From: Weeblie <we...@us...> - 2004-05-01 18:47:23
|
Update of /cvsroot/tofs/src/mk/vs7.1/tofsserver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4235/src/mk/vs7.1/tofsserver Modified Files: tofsserver.vcproj Log Message: Building up basic structure... Index: tofsserver.vcproj =================================================================== RCS file: /cvsroot/tofs/src/mk/vs7.1/tofsserver/tofsserver.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tofsserver.vcproj 1 May 2004 17:42:50 -0000 1.4 --- tofsserver.vcproj 1 May 2004 18:47:14 -0000 1.5 *************** *** 5,8 **** --- 5,9 ---- Name="tofsserver" ProjectGUID="{14839CE6-BE18-45A1-9203-39A3BF870304}" + RootNamespace="tofsserver" Keyword="Win32Proj"> <Platforms> *************** *** 71,78 **** IntermediateDirectory="../../../../release/win32_vs" ConfigurationType="1" ! CharacterSet="2"> <Tool Name="VCCLCompilerTool" GlobalOptimizations="TRUE" EnableIntrinsicFunctions="TRUE" ImproveFloatingPointConsistency="TRUE" --- 72,81 ---- IntermediateDirectory="../../../../release/win32_vs" ConfigurationType="1" ! CharacterSet="2" ! WholeProgramOptimization="TRUE"> <Tool Name="VCCLCompilerTool" GlobalOptimizations="TRUE" + InlineFunctionExpansion="2" EnableIntrinsicFunctions="TRUE" ImproveFloatingPointConsistency="TRUE" |