|
From: EviLToYLeT <evi...@us...> - 2004-08-29 06:45:55
|
Update of /cvsroot/notepro/pete-current/vcproj In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24932/vcproj Modified Files: pete-current.vcproj Log Message: Optimized the project. Will do more of that when the code is in a more mature stage. Get in to the code here and start doing your magic :D Index: pete-current.vcproj =================================================================== RCS file: /cvsroot/notepro/pete-current/vcproj/pete-current.vcproj,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** pete-current.vcproj 28 Aug 2004 18:45:39 -0000 1.3 --- pete-current.vcproj 29 Aug 2004 06:45:44 -0000 1.4 *************** *** 21,24 **** --- 21,25 ---- ConfigurationType="1" CharacterSet="2" + WholeProgramOptimization="1" > <Tool *************** *** 40,45 **** --- 41,50 ---- Name="VCCLCompilerTool" Optimization="0" + GlobalOptimizations="FALSE" + FavorSizeOrSpeed="0" + WholeProgramOptimization="FALSE" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" MinimalRebuild="TRUE" + ExceptionHandling="1" BasicRuntimeChecks="3" RuntimeLibrary="1" *************** *** 95,98 **** --- 100,104 ---- ConfigurationType="1" CharacterSet="2" + WholeProgramOptimization="1" > <Tool *************** *** 114,122 **** Name="VCCLCompilerTool" Optimization="3" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="TRUE" ! DebugInformationFormat="3" /> <Tool --- 120,133 ---- Name="VCCLCompilerTool" Optimization="3" + GlobalOptimizations="TRUE" + FavorSizeOrSpeed="2" + OmitFramePointers="TRUE" + WholeProgramOptimization="TRUE" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" + ExceptionHandling="0" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="TRUE" ! DebugInformationFormat="0" /> <Tool |