From: Markus R. <rol...@us...> - 2007-02-11 10:42:17
|
Update of /cvsroot/simspark/simspark/spark/plugin/filesystemstd In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12464/filesystemstd Modified Files: Tag: WIN32 filesystemstd.vcproj Log Message: - fix vc release build Index: filesystemstd.vcproj =================================================================== RCS file: /cvsroot/simspark/simspark/spark/plugin/filesystemstd/Attic/filesystemstd.vcproj,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** filesystemstd.vcproj 10 Feb 2007 16:13:57 -0000 1.1.2.1 --- filesystemstd.vcproj 11 Feb 2007 10:41:41 -0000 1.1.2.2 *************** *** 62,66 **** <Tool Name="VCLinkerTool" - AdditionalDependencies="C:\ruby\lib\msvcrt-ruby18.lib" LinkIncremental="2" GenerateDebugInformation="true" --- 62,65 ---- *************** *** 94,98 **** </Configuration> <Configuration ! Name="Release|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" --- 93,97 ---- </Configuration> <Configuration ! Name="VCRelease|Win32" OutputDirectory="$(SolutionDir)$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" *************** *** 118,124 **** <Tool Name="VCCLCompilerTool" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H" RuntimeLibrary="2" ! UsePrecompiledHeader="2" WarningLevel="3" Detect64BitPortabilityProblems="true" --- 117,124 ---- <Tool Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\win32;..\..\;..\..\utility;"C:\ruby\lib\ruby\1.8\i386-mswin32";c:\ode\include" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H" RuntimeLibrary="2" ! UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="true" *************** *** 136,139 **** --- 136,140 ---- <Tool Name="VCLinkerTool" + AdditionalDependencies="C:\ruby\lib\msvcrt-ruby18.lib" LinkIncremental="1" GenerateDebugInformation="true" |