diff options
author | pixel <pixel> | 2004-10-19 01:27:27 +0000 |
---|---|---|
committer | pixel <pixel> | 2004-10-19 01:27:27 +0000 |
commit | c8f480317b0571b63797f03d7bda5d15b6d9fe5b (patch) | |
tree | e37d41fa9f9c7b37c826aa2f1838ed84baeef058 /MSVC/mogltk/mogltk.vcproj | |
parent | e560ea4618abcbff230c7fc1536023268ed27dd9 (diff) |
Blah... too much diffs to follow
Diffstat (limited to 'MSVC/mogltk/mogltk.vcproj')
-rw-r--r-- | MSVC/mogltk/mogltk.vcproj | 418 |
1 files changed, 216 insertions, 202 deletions
diff --git a/MSVC/mogltk/mogltk.vcproj b/MSVC/mogltk/mogltk.vcproj index c4ea69b..c7a7d35 100644 --- a/MSVC/mogltk/mogltk.vcproj +++ b/MSVC/mogltk/mogltk.vcproj @@ -1,202 +1,216 @@ -<?xml version="1.0" encoding = "Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="7.00" - Name="mogltk" - ProjectGUID="{34BCDA3E-D3E2-4A8D-BF73-7D770EE6966A}" - Keyword="Win32Proj"> - <Platforms> - <Platform - Name="Win32"/> - </Platforms> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="Debug" - IntermediateDirectory="Debug" - ConfigurationType="4" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\..\mogltk\include;..\..\generic\include;"..\..\..\SDL-1.2.7\include";..\..\generic\lib\zlib\include;..\..\generic\lib\lua\include" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB" - MinimalRebuild="TRUE" - BasicRuntimeChecks="3" - RuntimeLibrary="5" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="4"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)/mogltk.lib"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="Release" - IntermediateDirectory="Release" - ConfigurationType="4" - CharacterSet="2"> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - InlineFunctionExpansion="1" - OmitFramePointers="TRUE" - AdditionalIncludeDirectories="..\..\mogltk\include;..\..\generic\include;"..\..\..\SDL-1.2.7\include";..\..\generic\lib\zlib\include;..\..\generic\lib\lua\include" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" - StringPooling="TRUE" - RuntimeLibrary="4" - EnableFunctionLevelLinking="TRUE" - UsePrecompiledHeader="0" - WarningLevel="3" - Detect64BitPortabilityProblems="TRUE" - DebugInformationFormat="3"/> - <Tool - Name="VCCustomBuildTool"/> - <Tool - Name="VCLibrarianTool" - OutputFile="$(OutDir)/mogltk.lib"/> - <Tool - Name="VCMIDLTool"/> - <Tool - Name="VCPostBuildEventTool"/> - <Tool - Name="VCPreBuildEventTool"/> - <Tool - Name="VCPreLinkEventTool"/> - <Tool - Name="VCResourceCompilerTool"/> - <Tool - Name="VCWebServiceProxyGeneratorTool"/> - </Configuration> - </Configurations> - <Files> - <Filter - Name="base" - Filter=""> - <File - RelativePath="..\..\mogltk\lib\base.cc"> - </File> - <File - RelativePath="..\..\mogltk\include\base.h"> - </File> - <File - RelativePath="..\..\mogltk\lib\glbase.cc"> - </File> - <File - RelativePath="..\..\mogltk\include\glbase.h"> - </File> - </Filter> - <Filter - Name="engine" - Filter=""> - <File - RelativePath="..\..\mogltk\lib\engine.cc"> - </File> - <File - RelativePath="..\..\mogltk\include\engine.h"> - </File> - </Filter> - <Filter - Name="font" - Filter=""> - <File - RelativePath="..\..\mogltk\lib\font.cc"> - </File> - <File - RelativePath="..\..\mogltk\include\font.h"> - </File> - <File - RelativePath="..\..\mogltk\lib\glfont.cc"> - </File> - <File - RelativePath="..\..\mogltk\include\glfont.h"> - </File> - </Filter> - <Filter - Name="mcolor" - Filter=""> - <File - RelativePath="..\..\mogltk\lib\mcolor.cc"> - </File> - <File - RelativePath="..\..\mogltk\include\mcolor.h"> - </File> - </Filter> - <Filter - Name="shape" - Filter=""> - <File - RelativePath="..\..\mogltk\lib\glshape.cc"> - </File> - <File - RelativePath="..\..\mogltk\include\glshape.h"> - </File> - <File - RelativePath="..\..\mogltk\lib\shape.cc"> - </File> - <File - RelativePath="..\..\mogltk\include\shape.h"> - </File> - </Filter> - <Filter - Name="sprite" - Filter=""> - <File - RelativePath="..\..\mogltk\lib\glsprite.cc"> - </File> - <File - RelativePath="..\..\mogltk\include\glsprite.h"> - </File> - <File - RelativePath="..\..\mogltk\lib\sprite.cc"> - </File> - <File - RelativePath="..\..\mogltk\include\sprite.h"> - </File> - </Filter> - <Filter - Name="texture" - Filter=""> - <File - RelativePath="..\..\mogltk\lib\texture.cc"> - </File> - <File - RelativePath="..\..\mogltk\include\texture.h"> - </File> - </Filter> - <Filter - Name="widgets" - Filter=""> - <File - RelativePath="..\..\mogltk\lib\glwidgets.cc"> - </File> - <File - RelativePath="..\..\mogltk\include\glwidgets.h"> - </File> - <File - RelativePath="..\..\mogltk\lib\widgets.cc"> - </File> - <File - RelativePath="..\..\mogltk\include\widgets.h"> - </File> - </Filter> - </Files> - <Globals> - </Globals> -</VisualStudioProject> +<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="mogltk"
+ ProjectGUID="{34BCDA3E-D3E2-4A8D-BF73-7D770EE6966A}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\mogltk\include;..\..\generic\include;"..\..\..\SDL-1.2.7\include";..\..\generic\lib\zlib\include;..\..\generic\lib\lua\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/mogltk.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>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="..\..\mogltk\include;..\..\generic\include;"..\..\..\SDL-1.2.7\include";..\..\generic\lib\zlib\include;..\..\generic\lib\lua\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ StringPooling="TRUE"
+ RuntimeLibrary="4"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/mogltk.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>
+ </References>
+ <Files>
+ <Filter
+ Name="base"
+ Filter="">
+ <File
+ RelativePath="..\..\mogltk\lib\base.cc">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\base.h">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\glbase.cc">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\glbase.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="engine"
+ Filter="">
+ <File
+ RelativePath="..\..\mogltk\lib\engine.cc">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\engine.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="font"
+ Filter="">
+ <File
+ RelativePath="..\..\mogltk\lib\font.cc">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\font.h">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\glfont.cc">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\glfont.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="mcolor"
+ Filter="">
+ <File
+ RelativePath="..\..\mogltk\lib\mcolor.cc">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\mcolor.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="shape"
+ Filter="">
+ <File
+ RelativePath="..\..\mogltk\lib\glshape.cc">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\glshape.h">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\shape.cc">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\shape.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="sprite"
+ Filter="">
+ <File
+ RelativePath="..\..\mogltk\lib\glsprite.cc">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\glsprite.h">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\sprite.cc">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\sprite.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="texture"
+ Filter="">
+ <File
+ RelativePath="..\..\mogltk\lib\texture.cc">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\texture.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="widgets"
+ Filter="">
+ <File
+ RelativePath="..\..\mogltk\lib\glwidgets.cc">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\glwidgets.h">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\widgets.cc">
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\widgets.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
|