From: Jonathan P. <jp...@us...> - 2004-11-16 02:24:21
|
Update of /cvsroot/sheepengine/sheep/src/common/math/projects/msvc71 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31821/src/common/math/projects/msvc71 Modified Files: math.vcproj Log Message: - tweaked the VS.NET build process - fixed missing <iostream> in sheepframework Index: math.vcproj =================================================================== RCS file: /cvsroot/sheepengine/sheep/src/common/math/projects/msvc71/math.vcproj,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** math.vcproj 30 Oct 2004 15:55:06 -0000 1.7 --- math.vcproj 16 Nov 2004 02:24:12 -0000 1.8 *************** *** 160,214 **** Name="VCAuxiliaryManagedWrapperGeneratorTool"/> </Configuration> - <Configuration - Name="VTune|Win32" - OutputDirectory="$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="2" - WholeProgramOptimization="TRUE"> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - GlobalOptimizations="TRUE" - InlineFunctionExpansion="2" - EnableIntrinsicFunctions="TRUE" - FavorSizeOrSpeed="1" - OmitFramePointers="TRUE" - OptimizeForProcessor="3" - AdditionalIncludeDirectories="..\..\..\..;"..\..\..\..\..\externals\itl-4.0.0-1";"..\..\..\..\..\externals\mtl-2.1.2-21";..\..\..\..\..\externals\boost_1_31_0" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" - StringPooling="TRUE" - RuntimeLibrary="2" - BufferSecurityCheck="FALSE" - EnableEnhancedInstructionSet="2" - ForceConformanceInForLoopScope="TRUE" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - OutputFile="..\..\..\..\..\lib\$(OutDir)\sheep$(ProjectName).lib"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - <Tool - Name="VCXMLDataGeneratorTool"/> - <Tool - Name="VCManagedWrapperGeneratorTool"/> - <Tool - Name="VCAuxiliaryManagedWrapperGeneratorTool"/> - </Configuration> </Configurations> <References> --- 160,163 ---- |