summaryrefslogtreecommitdiffstats
path: root/matchblox/matchblox.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/matchblox.vcproj')
-rw-r--r--matchblox/matchblox.vcproj8
1 files changed, 6 insertions, 2 deletions
diff --git a/matchblox/matchblox.vcproj b/matchblox/matchblox.vcproj
index 86601a1..1720047 100644
--- a/matchblox/matchblox.vcproj
+++ b/matchblox/matchblox.vcproj
@@ -46,7 +46,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -63,7 +63,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="glut32.lib glew32.lib wiiyourself!.lib"
+ AdditionalDependencies="glut32.lib glew32.lib wiiuse.lib"
LinkIncremental="2"
AdditionalLibraryDirectories="lib"
GenerateDebugInformation="true"
@@ -93,6 +93,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ Description="Copying dll&apos;s to output directory"
/>
</Configuration>
<Configuration
@@ -120,6 +121,7 @@
/>
<Tool
Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="include;common;menu;engine;lib"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
@@ -138,6 +140,7 @@
/>
<Tool
Name="VCLinkerTool"
+ AdditionalDependencies="glut32.lib glew32.lib wiiuse.lib"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
@@ -168,6 +171,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
+ Description="Copying dll&apos;s to output directory"
/>
</Configuration>
</Configurations>