-fix windows port compiling;

This commit is contained in:
mtabachenko 2009-01-12 17:53:01 +00:00
parent 840952a06a
commit fd52754682
4 changed files with 38 additions and 10 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="shift_jis"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Version="8,00"
Name="DeSmuME_VS2005"
ProjectGUID="{9F5F72A1-D3A5-4918-B460-E076B16D10A9}"
RootNamespace="DeSmuME"
@ -586,6 +586,10 @@
RelativePath=".\memView.h"
>
</File>
<File
RelativePath=".\mic.cpp"
>
</File>
<File
RelativePath=".\oamView.cpp"
>
@ -1000,6 +1004,10 @@
RelativePath="..\memorystream.h"
>
</File>
<File
RelativePath="..\mic.h"
>
</File>
<File
RelativePath="..\MMU.cpp"
>

View File

@ -922,6 +922,10 @@
RelativePath=".\memView.cpp"
>
</File>
<File
RelativePath=".\mic.cpp"
>
</File>
<File
RelativePath=".\oamView.cpp"
>
@ -1152,6 +1156,10 @@
RelativePath="..\memorystream.h"
>
</File>
<File
RelativePath="..\mic.h"
>
</File>
<File
RelativePath="..\MMU.h"
>

View File

@ -5,7 +5,7 @@
Name="DeSmuME_Intel"
ProjectGUID="{3DA70B4E-4FE0-428C-9084-F6CE33810F6B}"
VCNestedProjectGUID="{9F5F72A1-D3A5-4918-B460-E076B16D10A9}"
VCNestedProjectCRC32="4289079542"
VCNestedProjectCRC32="1264686066"
VCNestedProjectFileName="DeSmuME_Intel.vcproj">
<Platforms>
<Platform
@ -367,6 +367,8 @@
RelativePath="..\mem.h"/>
<File
RelativePath="..\memorystream.h"/>
<File
RelativePath="..\mic.h"/>
<File
RelativePath="..\MMU.h"/>
<File
@ -449,6 +451,14 @@
RelativePath=".\DeSmuME.ico"/>
<File
RelativePath=".\resources.rc"/>
<File
RelativePath="..\addons\compactFlash.cpp"/>
<File
RelativePath="..\addons\gbagame.cpp"/>
<File
RelativePath="..\addons\none.cpp"/>
<File
RelativePath="..\addons\rumblepak.cpp"/>
<File
RelativePath="..\matrix_sse2-x64.asm">
<FileConfiguration
@ -527,14 +537,6 @@
ExcludedFromBuild="1"/>
</FileConfiguration>
</File>
<File
RelativePath="..\addons\compactFlash.cpp"/>
<File
RelativePath="..\addons\gbagame.cpp"/>
<File
RelativePath="..\addons\none.cpp"/>
<File
RelativePath="..\addons\rumblepak.cpp"/>
<File
RelativePath="..\utils\decrypt\crc.cpp"/>
<File
@ -653,6 +655,8 @@
RelativePath=".\matrixView.cpp"/>
<File
RelativePath=".\memView.cpp"/>
<File
RelativePath=".\mic.cpp"/>
<File
RelativePath=".\oamView.cpp"/>
<File

View File

@ -922,6 +922,10 @@
RelativePath=".\memView.cpp"
>
</File>
<File
RelativePath=".\mic.cpp"
>
</File>
<File
RelativePath=".\oamView.cpp"
>
@ -1152,6 +1156,10 @@
RelativePath="..\memorystream.h"
>
</File>
<File
RelativePath="..\mic.h"
>
</File>
<File
RelativePath="..\MMU.h"
>