summaryrefslogtreecommitdiff
path: root/MSVC/mogltk/mogltk.vcproj
diff options
context:
space:
mode:
authorpixel <pixel>2005-12-01 13:30:12 +0000
committerpixel <pixel>2005-12-01 13:30:12 +0000
commit187b4be735079546fe1c760edbe33ef3ea4ee853 (patch)
tree1eb59600986384e224633595072014086aed9fa8 /MSVC/mogltk/mogltk.vcproj
parent1e42ac8e3b3c3c770bd2796537379a57fac7b21d (diff)
Updating MSVC direcotory tree with Visual Studio 2005 support.
Diffstat (limited to 'MSVC/mogltk/mogltk.vcproj')
-rw-r--r--MSVC/mogltk/mogltk.vcproj269
1 files changed, 118 insertions, 151 deletions
diff --git a/MSVC/mogltk/mogltk.vcproj b/MSVC/mogltk/mogltk.vcproj
index c47be28..b422a12 100644
--- a/MSVC/mogltk/mogltk.vcproj
+++ b/MSVC/mogltk/mogltk.vcproj
@@ -3,7 +3,8 @@
ProjectType="Visual C++"
Version="8,00"
Name="mogltk"
- ProjectGUID="{34BCDA3E-D3E2-4A8D-BF73-7D770EE6966A}"
+ ProjectGUID="{4C08E5A7-AE14-4454-A64B-8D1A24362B87}"
+ RootNamespace="mogltk"
Keyword="Win32Proj"
>
<Platforms>
@@ -16,10 +17,10 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
- CharacterSet="2"
+ CharacterSet="1"
>
<Tool
Name="VCPreBuildEventTool"
@@ -39,14 +40,14 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..\mogltk\include;..\..\generic\include;..\..\..\SDL\include;..\..\generic\lib\zlib\include;..\..\generic\lib\lua\include"
+ AdditionalIncludeDirectories="C:\sources\SDL\include;&quot;C:\sources\PSX-Bundle\mogltk\include&quot;;&quot;C:\sources\PSX-Bundle\generic\include&quot;;&quot;C:\sources\PSX-Bundle\generic\lib\zlib\include&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
- MinimalRebuild="TRUE"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
+ Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
@@ -60,7 +61,6 @@
/>
<Tool
Name="VCLibrarianTool"
- OutputFile="$(OutDir)/mogltk.lib"
/>
<Tool
Name="VCALinkTool"
@@ -72,7 +72,7 @@
Name="VCBscMakeTool"
/>
<Tool
- Name="VCAppVerifierTool"
+ Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
@@ -80,10 +80,11 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory="Release"
- IntermediateDirectory="Release"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="4"
- CharacterSet="2"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
@@ -102,17 +103,12 @@
/>
<Tool
Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="1"
- OmitFramePointers="TRUE"
- AdditionalIncludeDirectories="..\..\mogltk\include;..\..\generic\include;..\..\..\SDL\include;..\..\generic\lib\zlib\include;..\..\generic\lib\lua\include"
+ AdditionalIncludeDirectories="C:\sources\SDL\include;&quot;C:\sources\PSX-Bundle\mogltk\include&quot;;&quot;C:\sources\PSX-Bundle\generic\include&quot;;&quot;C:\sources\PSX-Bundle\generic\lib\zlib\include&quot;"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
- StringPooling="TRUE"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="TRUE"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
+ Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
@@ -126,7 +122,6 @@
/>
<Tool
Name="VCLibrarianTool"
- OutputFile="$(OutDir)/mogltk.lib"
/>
<Tool
Name="VCALinkTool"
@@ -138,7 +133,7 @@
Name="VCBscMakeTool"
/>
<Tool
- Name="VCAppVerifierTool"
+ Name="VCFxCopTool"
/>
<Tool
Name="VCPostBuildEventTool"
@@ -148,142 +143,114 @@
<References>
</References>
<Files>
- <Filter
- Name="base"
+ <File
+ RelativePath="..\..\mogltk\lib\base.cc"
>
- <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>
+ <File
+ RelativePath="..\..\mogltk\include\base.h"
>
- <File
- RelativePath="..\..\mogltk\lib\engine.cc"
- >
- </File>
- <File
- RelativePath="..\..\mogltk\include\engine.h"
- >
- </File>
- </Filter>
- <Filter
- Name="font"
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\engine.cc"
>
- <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>
+ <File
+ RelativePath="..\..\mogltk\include\engine.h"
>
- <File
- RelativePath="..\..\mogltk\lib\mcolor.cc"
- >
- </File>
- <File
- RelativePath="..\..\mogltk\include\mcolor.h"
- >
- </File>
- </Filter>
- <Filter
- Name="shape"
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\font.cc"
>
- <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>
+ <File
+ RelativePath="..\..\mogltk\include\font.h"
>
- <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>
+ <File
+ RelativePath="..\..\mogltk\include\gettext.h"
>
- <File
- RelativePath="..\..\mogltk\lib\texture.cc"
- >
- </File>
- <File
- RelativePath="..\..\mogltk\include\texture.h"
- >
- </File>
- </Filter>
- <Filter
- Name="widgets"
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\glbase.cc"
>
- <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>
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\glbase.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\glfont.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\glfont.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\glshape.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\glshape.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\glsprite.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\glsprite.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\glwidgets.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\glwidgets.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\mcolor.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\mcolor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\shape.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\shape.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\sprite.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\sprite.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\texture.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\texture.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\lib\widgets.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\..\mogltk\include\widgets.h"
+ >
+ </File>
</Files>
<Globals>
</Globals>