summaryrefslogtreecommitdiffstats
path: root/matchblox/matchblox.vcproj
diff options
context:
space:
mode:
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>