[flatland-cvs] flatland/build/VisualStudio complex-demo.vcproj,1.1.1.1,1.2
Status: Alpha
Brought to you by:
prideout
From: Philip R. <pri...@us...> - 2005-07-03 20:00:58
|
Update of /cvsroot/flatland/flatland/build/VisualStudio In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27049/build/VisualStudio Modified Files: complex-demo.vcproj Log Message: Nuked dependency on GLU. Fixed spelling error "Southernmost" in complex.cpp. Added World::IsCorrupt() method for detecting singularities. Fixed a singularity that was sometimes seen with the catapult. Renamed license-bsd.txt to bsd-license.txt. Fixed aliasing in wheel spokes in complex-demo by using linear filtering. Index: complex-demo.vcproj =================================================================== RCS file: /cvsroot/flatland/flatland/build/VisualStudio/complex-demo.vcproj,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** complex-demo.vcproj 26 Feb 2005 19:26:59 -0000 1.1.1.1 --- complex-demo.vcproj 3 Jul 2005 20:00:49 -0000 1.2 *************** *** 1,141 **** ! <?xml version="1.0" encoding = "Windows-1252"?> ! <VisualStudioProject ! ProjectType="Visual C++" ! Version="7.00" ! Name="complex-demo" ! ProjectGUID="{9AE76684-F831-417C-AC3B-8A47B9BF75F2}" ! Keyword="Win32Proj"> ! <Platforms> ! <Platform ! Name="Win32"/> ! </Platforms> ! <Configurations> ! <Configuration ! Name="Debug|Win32" ! OutputDirectory="ComplexDebug" ! IntermediateDirectory="ComplexDebug" ! ConfigurationType="1" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="0" ! AdditionalIncludeDirectories="..\..;." ! PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" ! MinimalRebuild="TRUE" ! BasicRuntimeChecks="3" ! RuntimeLibrary="5" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="TRUE" ! DebugInformationFormat="4" ! DisableSpecificWarnings="4244;4311;4305;4267"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalDependencies="opengl32.lib sdl.lib glu32.lib" ! OutputFile="$(OutDir)/complex-demo.exe" ! LinkIncremental="2" ! GenerateDebugInformation="TRUE" ! ProgramDatabaseFile="$(OutDir)/complex-demo.pdb" ! SubSystem="2" ! TargetMachine="1"/> ! <Tool ! Name="VCMIDLTool"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! </Configuration> ! <Configuration ! Name="Release|Win32" ! OutputDirectory="ComplexRelease" ! IntermediateDirectory="ComplexRelease" ! ConfigurationType="1" ! CharacterSet="2"> ! <Tool ! Name="VCCLCompilerTool" ! Optimization="2" ! InlineFunctionExpansion="1" ! OmitFramePointers="TRUE" ! AdditionalIncludeDirectories="..\..;." ! PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" ! StringPooling="TRUE" ! RuntimeLibrary="4" ! EnableFunctionLevelLinking="TRUE" ! UsePrecompiledHeader="0" ! WarningLevel="3" ! Detect64BitPortabilityProblems="TRUE" ! DebugInformationFormat="0" ! DisableSpecificWarnings="4244;4311;4305;4267"/> ! <Tool ! Name="VCCustomBuildTool"/> ! <Tool ! Name="VCLinkerTool" ! AdditionalDependencies="opengl32.lib sdl.lib glu32.lib" ! OutputFile="$(OutDir)/complex-demo.exe" ! LinkIncremental="1" ! GenerateDebugInformation="FALSE" ! SubSystem="2" ! OptimizeReferences="2" ! EnableCOMDATFolding="2" ! TargetMachine="1"/> ! <Tool ! Name="VCMIDLTool"/> ! <Tool ! Name="VCPostBuildEventTool"/> ! <Tool ! Name="VCPreBuildEventTool"/> ! <Tool ! Name="VCPreLinkEventTool"/> ! <Tool ! Name="VCResourceCompilerTool"/> ! <Tool ! Name="VCWebServiceProxyGeneratorTool"/> ! <Tool ! Name="VCWebDeploymentTool"/> ! </Configuration> ! </Configurations> ! <Files> ! <Filter ! Name="Source Files" ! Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> ! <File ! RelativePath="..\..\demo\complex.cpp"> ! </File> ! <File ! RelativePath="..\..\demo\demo.cpp"> ! </File> ! <File ! RelativePath="..\..\demo\platform.cpp"> ! </File> ! </Filter> ! <Filter ! Name="Header Files" ! Filter="h;hpp;hxx;hm;inl;inc"> ! <File ! RelativePath="..\..\demo\demo.h"> ! </File> ! <File ! RelativePath="..\..\demo\platform.h"> ! </File> ! </Filter> ! <Filter ! Name="Resource Files" ! Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> ! <File ! RelativePath="demo.rc"> ! </File> ! </Filter> ! </Files> ! <Globals> ! </Globals> ! </VisualStudioProject> --- 1 ---- ! <?xml version="1.0" encoding = "Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" Version="7.00" Name="complex-demo" ProjectGUID="{9AE76684-F831-417C-AC3B-8A47B9BF75F2}" Keyword="Win32Proj"> <Platforms> <Platform Name="Win32"/> </Platforms> <Configurations> <Configuration Name="Debug|Win32" OutputDirectory="ComplexDebug" IntermediateDirectory="ComplexDebug" ConfigurationType="1" CharacterSet="2"> <Tool Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..\..;." PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" MinimalRebuild="TRUE" BasicRuntimeChecks="3" RuntimeLibrary="5" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="4" DisableSpecificWarnings="4244;4311;4305;4267"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" AdditionalDependencies="opengl32.lib sdl.lib" OutputFile="$(OutDir)/complex-demo.exe" LinkIncremental="2" GenerateDebugInformation="TRUE" ProgramDatabaseFile="$(OutDir)/complex-demo.pdb" SubSystem="2" TargetMachine="1"/> <Tool Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> </Configuration> <Configuration Name="Release|Win32" OutputDirectory="ComplexRelease" IntermediateDirectory="ComplexRelease" ConfigurationType="1" CharacterSet="2"> <Tool Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" OmitFramePointers="TRUE" AdditionalIncludeDirectories="..\..;." PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" StringPooling="TRUE" RuntimeLibrary="4" EnableFunctionLevelLinking="TRUE" UsePrecompiledHeader="0" WarningLevel="3" Detect64BitPortabilityProblems="TRUE" DebugInformationFormat="0" DisableSpecificWarnings="4244;4311;4305;4267"/> <Tool Name="VCCustomBuildTool"/> <Tool Name="VCLinkerTool" AdditionalDependencies="opengl32.lib sdl.lib" OutputFile="$(OutDir)/complex-demo.exe" LinkIncremental="1" GenerateDebugInformation="FALSE" SubSystem="2" OptimizeReferences="2" EnableCOMDATFolding="2" TargetMachine="1"/> <Tool Name="VCMIDLTool"/> <Tool Name="VCPostBuildEventTool"/> <Tool Name="VCPreBuildEventTool"/> <Tool Name="VCPreLinkEventTool"/> <Tool Name="VCResourceCompilerTool"/> <Tool Name="VCWebServiceProxyGeneratorTool"/> <Tool Name="VCWebDeploymentTool"/> </Configuration> </Configurations> <Files> <Filter Name="Source Files" Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"> <File RelativePath="..\..\demo\complex.cpp"> </File> <File RelativePath="..\..\demo\demo.cpp"> </File> <File RelativePath="..\..\demo\platform.cpp"> </File> </Filter> <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl;inc"> <File RelativePath="..\..\demo\demo.h"> </File> <File RelativePath="..\..\demo\platform.h"> </File> </Filter> <Filter Name="Resource Files" Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"> <File RelativePath="demo.rc"> </File> </Filter> </Files> <Globals> </Globals> </VisualStudioProject> \ No newline at end of file |