summaryrefslogtreecommitdiffstats
path: root/matchblox/matchblox.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/matchblox.vcproj')
-rw-r--r--matchblox/matchblox.vcproj85
1 files changed, 56 insertions, 29 deletions
diff --git a/matchblox/matchblox.vcproj b/matchblox/matchblox.vcproj
index 0f7ecc0..c4cedaf 100644
--- a/matchblox/matchblox.vcproj
+++ b/matchblox/matchblox.vcproj
@@ -2,9 +2,9 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
- Name="MatchBloxEngine"
- ProjectGUID="{76B80F87-6EFD-4439-9D32-86FA7BD83035}"
- RootNamespace="MatchBloxEngine"
+ Name="matchblox"
+ ProjectGUID="{01D512E5-7754-4004-A347-E4681180D3A0}"
+ RootNamespace="matchblox"
Keyword="Win32Proj"
>
<Platforms>
@@ -40,8 +40,8 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..\headtrack_stereo_demo\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;G_OS_WIN32"
+ AdditionalIncludeDirectories="include;common;menu;engine"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -63,7 +63,7 @@
Name="VCLinkerTool"
AdditionalDependencies="glut32.lib"
LinkIncremental="2"
- AdditionalLibraryDirectories="..\..\headtrack_stereo_demo\lib\win32\"
+ AdditionalLibraryDirectories="lib"
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
@@ -91,7 +91,6 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy ..\..\headtrack_stereo_demo\lib\win32\glut32.dll &quot;$(OutDir)&quot;"
/>
</Configuration>
<Configuration
@@ -119,7 +118,6 @@
/>
<Tool
Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="..\..\headtrack_stereo_demo\include"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
@@ -138,9 +136,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="glut32.lib"
LinkIncremental="1"
- AdditionalLibraryDirectories="..\..\headtrack_stereo_demo\lib\win32\"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
@@ -170,7 +166,6 @@
/>
<Tool
Name="VCPostBuildEventTool"
- CommandLine="copy ..\..\headtrack_stereo_demo\lib\win32\glut32.dll &quot;$(OutDir)&quot;"
/>
</Configuration>
</Configurations>
@@ -183,41 +178,57 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
- RelativePath=".\bitmap.cpp"
+ RelativePath=".\common\bitmap.c"
+ >
+ </File>
+ <File
+ RelativePath=".\menu\button.c"
+ >
+ </File>
+ <File
+ RelativePath=".\engine\C_3DObject.cpp"
>
</File>
<File
- RelativePath=".\C_3DObject.cpp"
+ RelativePath=".\engine\C_Block.cpp"
>
</File>
<File
- RelativePath=".\C_Block.cpp"
+ RelativePath=".\engine\C_Box.cpp"
>
</File>
<File
- RelativePath=".\C_Box.cpp"
+ RelativePath=".\engine\C_Environment.cpp"
>
</File>
<File
- RelativePath=".\C_Environment.cpp"
+ RelativePath=".\engine\C_Hand.cpp"
>
</File>
<File
- RelativePath=".\C_Hand.cpp"
+ RelativePath=".\engine\C_Log.cpp"
>
</File>
<File
- RelativePath=".\C_Log.cpp"
+ RelativePath=".\engine\C_MatchBloxEngine.cpp"
>
</File>
<File
- RelativePath=".\C_MatchBloxEngine.cpp"
+ RelativePath=".\common\font.c"
>
</File>
<File
RelativePath=".\main.cpp"
>
</File>
+ <File
+ RelativePath=".\menu\menu.c"
+ >
+ </File>
+ <File
+ RelativePath=".\common\message_queue.c"
+ >
+ </File>
</Filter>
<Filter
Name="Header Files"
@@ -225,43 +236,59 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
- RelativePath=".\bitmap.h"
+ RelativePath=".\common\bitmap.h"
+ >
+ </File>
+ <File
+ RelativePath=".\menu\button.h"
+ >
+ </File>
+ <File
+ RelativePath=".\engine\C_3DObject.h"
+ >
+ </File>
+ <File
+ RelativePath=".\engine\C_Block.h"
+ >
+ </File>
+ <File
+ RelativePath=".\engine\C_Box.h"
>
</File>
<File
- RelativePath=".\C_3DObject.h"
+ RelativePath=".\engine\C_Environment.h"
>
</File>
<File
- RelativePath=".\C_Block.h"
+ RelativePath=".\engine\C_Hand.h"
>
</File>
<File
- RelativePath=".\C_Box.h"
+ RelativePath=".\engine\C_Log.h"
>
</File>
<File
- RelativePath=".\C_Environment.h"
+ RelativePath=".\engine\C_MatchBloxEngine.h"
>
</File>
<File
- RelativePath=".\C_Hand.h"
+ RelativePath=".\common\font.h"
>
</File>
<File
- RelativePath=".\C_Log.h"
+ RelativePath=".\menu\menu.h"
>
</File>
<File
- RelativePath=".\C_MatchBloxEngine.h"
+ RelativePath=".\common\message_input.h"
>
</File>
<File
- RelativePath=".\MessageQueue.h"
+ RelativePath=".\common\message_queue.h"
>
</File>
<File
- RelativePath=".\typedefs.h"
+ RelativePath=".\engine\typedefs.h"
>
</File>
</Filter>