summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2009-06-29 14:54:26 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2009-06-29 14:54:26 +0000
commit4b60442332bf9a7f00beeebeb9aab0a94b152abb (patch)
tree1d0eeea7eb046088294fff6fdedd363c223fb287 /Source
parenta0bd319f7f07a01eb12125a2223d7ceef640b4fb (diff)
build fix for jitil on windows
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3593 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/Core/Core.vcproj60
1 files changed, 4 insertions, 56 deletions
diff --git a/Source/Core/Core/Core.vcproj b/Source/Core/Core/Core.vcproj
index e40e00554e..d0115fc2f4 100644
--- a/Source/Core/Core/Core.vcproj
+++ b/Source/Core/Core/Core.vcproj
@@ -1379,6 +1379,10 @@
>
</File>
<File
+ RelativePath=".\Src\PowerPC\Jit64IL\IR_X86.cpp"
+ >
+ </File>
+ <File
RelativePath=".\Src\PowerPC\Jit64IL\Jit.cpp"
>
<FileConfiguration
@@ -1906,62 +1910,6 @@
RelativePath=".\Src\PowerPC\Jit64IL\JitAsm.h"
>
</File>
- <File
- RelativePath=".\Src\PowerPC\Jit64IL\JitRegCache.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugFast|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugFast|x64"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".\Src\PowerPC\Jit64IL\JitRegCache.h"
- >
- </File>
</Filter>
<Filter
Name="JitCommon"