diff options
| author | John Peterson <jpeterson57@gmail.com> | 2009-02-08 14:34:23 +0000 |
|---|---|---|
| committer | John Peterson <jpeterson57@gmail.com> | 2009-02-08 14:34:23 +0000 |
| commit | c6b4f5c8191ca52c6f366e1e07baec557d032504 (patch) | |
| tree | 61acc9d2d3964af6beb4fcfe24c29e6a13eef1dd /Source/Core/InputCommon/InputCommon.vcproj | |
| parent | 44370518a37d2c28811d5ad5fb76df060a6ff482 (diff) | |
InputCommon and nJoy: Moved functions to InputCommon, to be shared with the Wiimote plugin
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2147 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/InputCommon/InputCommon.vcproj')
| -rw-r--r-- | Source/Core/InputCommon/InputCommon.vcproj | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/Source/Core/InputCommon/InputCommon.vcproj b/Source/Core/InputCommon/InputCommon.vcproj index 7176f2bdd3..3effadcfc3 100644 --- a/Source/Core/InputCommon/InputCommon.vcproj +++ b/Source/Core/InputCommon/InputCommon.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="9.00"
+ Version="9,00"
Name="InputCommon"
ProjectGUID="{C7E5D50A-2916-464B-86A7-E10B3CC88ADA}"
RootNamespace="VideoCommon"
@@ -175,7 +175,7 @@ Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories="../../Core/Common/Src;../../PluginSpecs;..\..\..\Externals\wxWidgets\include;..\..\..\Externals\wxWidgets\lib\vc_lib\msw;..\..\..\Externals\wxWidgets\include\msvc"
+ AdditionalIncludeDirectories="..\..\..\Externals\SDL\include;../../Core/Common/Src;../../PluginSpecs;..\..\..\Externals\wxWidgets\include;..\..\..\Externals\wxWidgets\lib\vc_lib\msw;..\..\..\Externals\wxWidgets\include\msvc"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
StringPooling="true"
RuntimeLibrary="0"
@@ -412,6 +412,14 @@ </References>
<Files>
<File
+ RelativePath=".\Src\Configuration.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\Configuration.h"
+ >
+ </File>
+ <File
RelativePath=".\Src\Event.hpp"
>
</File>
@@ -435,6 +443,22 @@ RelativePath=".\Src\SConscript"
>
</File>
+ <File
+ RelativePath=".\Src\SDL.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\SDL.h"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\XInput.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\XInput.h"
+ >
+ </File>
</Files>
<Globals>
</Globals>
|
