summaryrefslogtreecommitdiffstats
path: root/matchblox/matchblox.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/matchblox.vcproj')
-rw-r--r--matchblox/matchblox.vcproj28
1 files changed, 20 insertions, 8 deletions
diff --git a/matchblox/matchblox.vcproj b/matchblox/matchblox.vcproj
index 1720047..c72b1f3 100644
--- a/matchblox/matchblox.vcproj
+++ b/matchblox/matchblox.vcproj
@@ -43,7 +43,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="include;common;menu;engine;lib"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;USE_WIIYOURSELF"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -63,7 +63,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="glut32.lib glew32.lib wiiuse.lib"
+ AdditionalDependencies="glut32.lib glew32.lib wiiyourself!.lib"
LinkIncremental="2"
AdditionalLibraryDirectories="lib"
GenerateDebugInformation="true"
@@ -122,7 +122,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="include;common;menu;engine;lib"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;E;USE_WIIYOURSELF"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -140,7 +140,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="glut32.lib glew32.lib wiiuse.lib"
+ AdditionalDependencies="glut32.lib glew32.lib wiiyourself!.lib"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="1"
@@ -188,10 +188,6 @@
>
</File>
<File
- RelativePath=".\menu\button.c"
- >
- </File>
- <File
RelativePath=".\engine\C_3DObject.cpp"
>
</File>
@@ -239,6 +235,10 @@
RelativePath=".\common\textfile.cpp"
>
</File>
+ <File
+ RelativePath=".\common\wiimote_utils.cpp"
+ >
+ </File>
</Filter>
<Filter
Name="Header Files"
@@ -250,6 +250,10 @@
>
</File>
<File
+ RelativePath=".\menu\button.c"
+ >
+ </File>
+ <File
RelativePath=".\menu\button.h"
>
</File>
@@ -282,6 +286,10 @@
>
</File>
<File
+ RelativePath=".\common\C_Smoother.h"
+ >
+ </File>
+ <File
RelativePath=".\common\font.h"
>
</File>
@@ -305,6 +313,10 @@
RelativePath=".\engine\typedefs.h"
>
</File>
+ <File
+ RelativePath=".\common\wiimote_utils.h"
+ >
+ </File>
</Filter>
<Filter
Name="Resource Files"