summaryrefslogtreecommitdiff
path: root/MSVC/mogltk/mogltk.vcproj
diff options
context:
space:
mode:
authorpixel <pixel>2005-02-24 11:30:04 +0000
committerpixel <pixel>2005-02-24 11:30:04 +0000
commit6be605d10fb8d98cd0cd95ea7f9179f73e67b8ed (patch)
tree708a99f98635e3b97b5c6519e13512bd16547826 /MSVC/mogltk/mogltk.vcproj
parent9418b93fd33707d10302a61182cdb2a6cd3b59fa (diff)
Huh ? Normalizing (again) crlfs....
Diffstat (limited to 'MSVC/mogltk/mogltk.vcproj')
-rw-r--r--MSVC/mogltk/mogltk.vcproj578
1 files changed, 290 insertions, 288 deletions
diff --git a/MSVC/mogltk/mogltk.vcproj b/MSVC/mogltk/mogltk.vcproj
index c0ef368..c47be28 100644
--- a/MSVC/mogltk/mogltk.vcproj
+++ b/MSVC/mogltk/mogltk.vcproj
@@ -1,288 +1,290 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="mogltk"
- ProjectGUID="{34BCDA3E-D3E2-4A8D-BF73-7D770EE6966A}"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\mogltk\include;..\..\generic\include;&quot;..\..\..\SDL-1.2.7\include&quot;;..\..\generic\lib\zlib\include;..\..\generic\lib\lua\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/mogltk.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="Release"
- IntermediateDirectory="Release"
- ConfigurationType="4"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- OmitFramePointers="TRUE"
- AdditionalIncludeDirectories="..\..\mogltk\include;..\..\generic\include;&quot;..\..\..\SDL-1.2.7\include&quot;;..\..\generic\lib\zlib\include;..\..\generic\lib\lua\include"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- StringPooling="TRUE"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/mogltk.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="base"
- >
- <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"
- >
- <File
- RelativePath="..\..\mogltk\lib\engine.cc"
- >
- </File>
- <File
- RelativePath="..\..\mogltk\include\engine.h"
- >
- </File>
- </Filter>
- <Filter
- Name="font"
- >
- <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"
- >
- <File
- RelativePath="..\..\mogltk\lib\mcolor.cc"
- >
- </File>
- <File
- RelativePath="..\..\mogltk\include\mcolor.h"
- >
- </File>
- </Filter>
- <Filter
- Name="shape"
- >
- <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"
- >
- <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"
- >
- <File
- RelativePath="..\..\mogltk\lib\texture.cc"
- >
- </File>
- <File
- RelativePath="..\..\mogltk\include\texture.h"
- >
- </File>
- </Filter>
- <Filter
- Name="widgets"
- >
- <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>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="mogltk"
+ ProjectGUID="{34BCDA3E-D3E2-4A8D-BF73-7D770EE6966A}"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\mogltk\include;..\..\generic\include;..\..\..\SDL\include;..\..\generic\lib\zlib\include;..\..\generic\lib\lua\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/mogltk.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ InlineFunctionExpansion="1"
+ OmitFramePointers="TRUE"
+ AdditionalIncludeDirectories="..\..\mogltk\include;..\..\generic\include;..\..\..\SDL\include;..\..\generic\lib\zlib\include;..\..\generic\lib\lua\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ StringPooling="TRUE"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/mogltk.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="base"
+ >
+ <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"
+ >
+ <File
+ RelativePath="..\..\mogltk\lib\engine.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\engine.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="font"
+ >
+ <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"
+ >
+ <File
+ RelativePath="..\..\mogltk\lib\mcolor.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\mcolor.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="shape"
+ >
+ <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"
+ >
+ <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"
+ >
+ <File
+ RelativePath="..\..\mogltk\lib\texture.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\texture.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="widgets"
+ >
+ <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>