diff options
| author | nakeee <nakeee@gmail.com> | 2010-04-07 15:35:10 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2010-04-07 15:35:10 +0000 |
| commit | eada74b74e9d602802fa629fbcd2133f17803d50 (patch) | |
| tree | 8a5a8a38fb09f9a3dbe92b2b8b99831126e84266 /Source/Core/DSPCore | |
| parent | 499936561a0683d6798c6edfa0b86b1ffcba8ec0 (diff) | |
windows compile fix (thanks lordmark)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5289 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore')
| -rw-r--r-- | Source/Core/DSPCore/DSPCore.vcproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Source/Core/DSPCore/DSPCore.vcproj b/Source/Core/DSPCore/DSPCore.vcproj index b5e2fd7497..16157c4d3d 100644 --- a/Source/Core/DSPCore/DSPCore.vcproj +++ b/Source/Core/DSPCore/DSPCore.vcproj @@ -446,6 +446,18 @@ >
</File>
</Filter>
+ <Filter
+ Name="JIT"
+ >
+ <File
+ RelativePath=".\Src\Jit\DSPJitExtOps.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Src\Jit\DSPJitUtil.cpp"
+ >
+ </File>
+ </Filter>
<File
RelativePath=".\Src\assemble.cpp"
>
@@ -499,6 +511,10 @@ >
</File>
<File
+ RelativePath=".\Src\DSPCommon.h"
+ >
+ </File>
+ <File
RelativePath=".\Src\DSPCore.h"
>
</File>
|
