summaryrefslogtreecommitdiffstats
path: root/matchblox/matchblox.vcproj
diff options
context:
space:
mode:
authorWilrik de Loose <wilrik@wilrik.nl>2008-05-20 17:15:44 (GMT)
committerWilrik de Loose <wilrik@wilrik.nl>2008-05-20 17:15:44 (GMT)
commite58a5c5e7bf915703556013a8323953866f0adb8 (patch)
tree10a9a50217ec92a3270c74c7bf3d917c8d62ac93 /matchblox/matchblox.vcproj
parentc7c995631d14d5c65d538422159b782752e9357c (diff)
download2iv55-e58a5c5e7bf915703556013a8323953866f0adb8.zip
2iv55-e58a5c5e7bf915703556013a8323953866f0adb8.tar.gz
2iv55-e58a5c5e7bf915703556013a8323953866f0adb8.tar.bz2
+ wiimote init
Diffstat (limited to 'matchblox/matchblox.vcproj')
-rw-r--r--matchblox/matchblox.vcproj16
1 files changed, 13 insertions, 3 deletions
diff --git a/matchblox/matchblox.vcproj b/matchblox/matchblox.vcproj
index c4cedaf..86601a1 100644
--- a/matchblox/matchblox.vcproj
+++ b/matchblox/matchblox.vcproj
@@ -20,6 +20,8 @@
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
+ UseOfMFC="0"
+ UseOfATL="0"
CharacterSet="1"
>
<Tool
@@ -40,11 +42,11 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="include;common;menu;engine"
+ AdditionalIncludeDirectories="include;common;menu;engine;lib"
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="3"
+ RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -61,7 +63,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="glut32.lib"
+ AdditionalDependencies="glut32.lib glew32.lib wiiyourself!.lib"
LinkIncremental="2"
AdditionalLibraryDirectories="lib"
GenerateDebugInformation="true"
@@ -229,6 +231,10 @@
RelativePath=".\common\message_queue.c"
>
</File>
+ <File
+ RelativePath=".\common\textfile.cpp"
+ >
+ </File>
</Filter>
<Filter
Name="Header Files"
@@ -288,6 +294,10 @@
>
</File>
<File
+ RelativePath=".\common\textfile.h"
+ >
+ </File>
+ <File
RelativePath=".\engine\typedefs.h"
>
</File>