(MSVC 2003) Some build fixes

This commit is contained in:
twinaphex 2014-04-22 12:12:48 +02:00
parent f7e13f263f
commit e387063875
3 changed files with 117 additions and 28 deletions

View File

@ -241,6 +241,9 @@
<File
RelativePath="..\..\..\mednafen\okiadpcm.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\player.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\settings.cpp">
</File>
@ -283,9 +286,6 @@
<File
RelativePath="..\..\..\mednafen\cdrom\lec.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\cdrom\pcecd.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\cdrom\recover-raw.cpp">
</File>
@ -350,22 +350,31 @@
Name="pce_fast"
Filter="">
<File
RelativePath="..\..\..\mednafen\pce_fast\huc.cpp">
RelativePath="..\..\..\mednafen\pce_fast-09333\hes.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\pce_fast\huc6280.cpp">
RelativePath="..\..\..\mednafen\pce_fast-09333\huc.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\pce_fast\input.cpp">
RelativePath="..\..\..\mednafen\pce_fast-09333\huc6280.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\pce_fast\pce.cpp">
RelativePath="..\..\..\mednafen\pce_fast-09333\input.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\pce_fast\tsushin.cpp">
RelativePath="..\..\..\mednafen\pce_fast-09333\pce.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\pce_fast\vdc.cpp">
RelativePath="..\..\..\mednafen\pce_fast-09333\pcecd.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\pce_fast-09333\pcecd_drive.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\pce_fast-09333\psg.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\pce_fast-09333\vdc.cpp">
</File>
</Filter>
<Filter

View File

@ -241,6 +241,9 @@
<File
RelativePath="..\..\..\mednafen\okiadpcm.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\player.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\settings.cpp">
</File>
@ -304,19 +307,19 @@
Name="vb"
Filter="">
<File
RelativePath="..\..\..\mednafen\vb\input.cpp">
RelativePath="..\..\..\mednafen\vb-09333\input.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\vb\timer.cpp">
RelativePath="..\..\..\mednafen\vb-09333\timer.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\vb\vb.cpp">
RelativePath="..\..\..\mednafen\vb-09333\vb.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\vb\vip.cpp">
RelativePath="..\..\..\mednafen\vb-09333\vip.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\vb\vsu.cpp">
RelativePath="..\..\..\mednafen\vb-09333\vsu.cpp">
</File>
</Filter>
<Filter
@ -377,6 +380,43 @@
RelativePath="..\..\..\mednafen\video\surface.cpp">
</File>
</Filter>
<Filter
Name="cpu_test"
Filter="">
<File
RelativePath="..\..\..\mednafen\cputest\cputest.c">
<FileConfiguration
Name="Debug|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
<FileConfiguration
Name="Profile|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
<FileConfiguration
Name="Profile_FastCap|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
<FileConfiguration
Name="Release_LTCG|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
</File>
</Filter>
</Filter>
</Filter>
<Filter

View File

@ -21,7 +21,7 @@
Optimization="0"
OptimizeForProcessor="2"
AdditionalIncludeDirectories="&quot;$(SolutionDir)\msvc-2003-xbox1&quot;;&quot;$(SolutionDir)\..\..\&quot;;&quot;$(SolutionDir)\..\..\mednafen&quot;;&quot;$(SolutionDir)\..\..\mednafen\include&quot;;&quot;$(SolutionDir)\..\..\mednafen\cdrom&quot;;&quot;$(SolutionDir)\..\..\mednafen\sound&quot;;&quot;$(SolutionDir)\..\..\mednafen\pce_fast&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_cpu&quot;;&quot;$(SolutionDir)\..\..\mednafen\include\blip&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_sound&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_misc&quot;"
PreprocessorDefinitions="_DEBUG;_XBOX;_LIB;WANT_WSWAN_EMU;WANT_32BPP;SIZEOF_DOUBLE=8;MEDNAFEN_VERSION=0.9.28;MPC_FIXED_POINT;__LIBRETRO__;_LOW_ACCURACY;WANT_STEREO_SOUND;FRONTEND_SUPPORTS_RGB565;MEDNAFEN_VERSION_NUMERIC=926;WANT_CRC32;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN"
PreprocessorDefinitions="_DEBUG;_XBOX;_LIB;WANT_WSWAN_EMU;WANT_32BPP;SIZEOF_DOUBLE=8;MEDNAFEN_VERSION=0.9.28;MPC_FIXED_POINT;__LIBRETRO__;_LOW_ACCURACY;WANT_STEREO_SOUND;FRONTEND_SUPPORTS_RGB565;MEDNAFEN_VERSION_NUMERIC=926;WANT_CRC32;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN;WANT_NEW_API"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@ -55,7 +55,7 @@
OmitFramePointers="TRUE"
OptimizeForProcessor="2"
AdditionalIncludeDirectories="&quot;$(SolutionDir)\msvc-2003-xbox1&quot;;&quot;$(SolutionDir)\..\..\&quot;;&quot;$(SolutionDir)\..\..\mednafen&quot;;&quot;$(SolutionDir)\..\..\mednafen\include&quot;;&quot;$(SolutionDir)\..\..\mednafen\cdrom&quot;;&quot;$(SolutionDir)\..\..\mednafen\sound&quot;;&quot;$(SolutionDir)\..\..\mednafen\pce_fast&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_cpu&quot;;&quot;$(SolutionDir)\..\..\mednafen\include\blip&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_sound&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_misc&quot;"
PreprocessorDefinitions="NDEBUG;_XBOX;PROFILE;_LIB;WANT_WSWAN_EMU;WANT_32BPP;SIZEOF_DOUBLE=8;MEDNAFEN_VERSION=0.9.28;MPC_FIXED_POINT;__LIBRETRO__;_LOW_ACCURACY;WANT_STEREO_SOUND;FRONTEND_SUPPORTS_RGB565;MEDNAFEN_VERSION_NUMERIC=926;WANT_CRC32;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN"
PreprocessorDefinitions="NDEBUG;_XBOX;PROFILE;_LIB;WANT_WSWAN_EMU;WANT_32BPP;SIZEOF_DOUBLE=8;MEDNAFEN_VERSION=0.9.28;MPC_FIXED_POINT;__LIBRETRO__;_LOW_ACCURACY;WANT_STEREO_SOUND;FRONTEND_SUPPORTS_RGB565;MEDNAFEN_VERSION_NUMERIC=926;WANT_CRC32;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN;WANT_NEW_API"
StringPooling="TRUE"
RuntimeLibrary="0"
BufferSecurityCheck="TRUE"
@ -90,7 +90,7 @@
OmitFramePointers="TRUE"
OptimizeForProcessor="2"
AdditionalIncludeDirectories="&quot;$(SolutionDir)\msvc-2003-xbox1&quot;;&quot;$(SolutionDir)\..\..\&quot;;&quot;$(SolutionDir)\..\..\mednafen&quot;;&quot;$(SolutionDir)\..\..\mednafen\include&quot;;&quot;$(SolutionDir)\..\..\mednafen\cdrom&quot;;&quot;$(SolutionDir)\..\..\mednafen\sound&quot;;&quot;$(SolutionDir)\..\..\mednafen\pce_fast&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_cpu&quot;;&quot;$(SolutionDir)\..\..\mednafen\include\blip&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_sound&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_misc&quot;"
PreprocessorDefinitions="NDEBUG;_XBOX;PROFILE;FASTCAP;_LIB;WANT_WSWAN_EMU;WANT_32BPP;SIZEOF_DOUBLE=8;MEDNAFEN_VERSION=0.9.28;MPC_FIXED_POINT;__LIBRETRO__;_LOW_ACCURACY;WANT_STEREO_SOUND;FRONTEND_SUPPORTS_RGB565;MEDNAFEN_VERSION_NUMERIC=926;WANT_CRC32;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN"
PreprocessorDefinitions="NDEBUG;_XBOX;PROFILE;FASTCAP;_LIB;WANT_WSWAN_EMU;WANT_32BPP;SIZEOF_DOUBLE=8;MEDNAFEN_VERSION=0.9.28;MPC_FIXED_POINT;__LIBRETRO__;_LOW_ACCURACY;WANT_STEREO_SOUND;FRONTEND_SUPPORTS_RGB565;MEDNAFEN_VERSION_NUMERIC=926;WANT_CRC32;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN;WANT_NEW_API"
StringPooling="TRUE"
RuntimeLibrary="0"
BufferSecurityCheck="TRUE"
@ -126,7 +126,7 @@
OmitFramePointers="TRUE"
OptimizeForProcessor="2"
AdditionalIncludeDirectories="&quot;$(SolutionDir)\msvc-2003-xbox1&quot;;&quot;$(SolutionDir)\..\..\&quot;;&quot;$(SolutionDir)\..\..\mednafen&quot;;&quot;$(SolutionDir)\..\..\mednafen\include&quot;;&quot;$(SolutionDir)\..\..\mednafen\cdrom&quot;;&quot;$(SolutionDir)\..\..\mednafen\sound&quot;;&quot;$(SolutionDir)\..\..\mednafen\pce_fast&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_cpu&quot;;&quot;$(SolutionDir)\..\..\mednafen\include\blip&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_sound&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_misc&quot;"
PreprocessorDefinitions="NDEBUG;_XBOX;_LIB;WANT_WSWAN_EMU;WANT_32BPP;SIZEOF_DOUBLE=8;MEDNAFEN_VERSION=0.9.28;MPC_FIXED_POINT;__LIBRETRO__;_LOW_ACCURACY;WANT_STEREO_SOUND;FRONTEND_SUPPORTS_RGB565;MEDNAFEN_VERSION_NUMERIC=926;WANT_CRC32;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN"
PreprocessorDefinitions="NDEBUG;_XBOX;_LIB;WANT_WSWAN_EMU;WANT_32BPP;SIZEOF_DOUBLE=8;MEDNAFEN_VERSION=0.9.28;MPC_FIXED_POINT;__LIBRETRO__;_LOW_ACCURACY;WANT_STEREO_SOUND;FRONTEND_SUPPORTS_RGB565;MEDNAFEN_VERSION_NUMERIC=926;WANT_CRC32;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN;WANT_NEW_API"
StringPooling="TRUE"
RuntimeLibrary="0"
BufferSecurityCheck="TRUE"
@ -162,7 +162,7 @@
OmitFramePointers="TRUE"
OptimizeForProcessor="2"
AdditionalIncludeDirectories="&quot;$(SolutionDir)\msvc-2003-xbox1&quot;;&quot;$(SolutionDir)\..\..\&quot;;&quot;$(SolutionDir)\..\..\mednafen&quot;;&quot;$(SolutionDir)\..\..\mednafen\include&quot;;&quot;$(SolutionDir)\..\..\mednafen\cdrom&quot;;&quot;$(SolutionDir)\..\..\mednafen\sound&quot;;&quot;$(SolutionDir)\..\..\mednafen\pce_fast&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_cpu&quot;;&quot;$(SolutionDir)\..\..\mednafen\include\blip&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_sound&quot;;&quot;$(SolutionDir)\..\..\mednafen\hw_misc&quot;"
PreprocessorDefinitions="NDEBUG;_XBOX;LTCG;_LIB;WANT_WSWAN_EMU;WANT_32BPP;SIZEOF_DOUBLE=8;MEDNAFEN_VERSION=0.9.28;MPC_FIXED_POINT;__LIBRETRO__;_LOW_ACCURACY;WANT_STEREO_SOUND;FRONTEND_SUPPORTS_RGB565;MEDNAFEN_VERSION_NUMERIC=926;WANT_CRC32;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN"
PreprocessorDefinitions="NDEBUG;_XBOX;LTCG;_LIB;WANT_WSWAN_EMU;WANT_32BPP;SIZEOF_DOUBLE=8;MEDNAFEN_VERSION=0.9.28;MPC_FIXED_POINT;__LIBRETRO__;_LOW_ACCURACY;WANT_STEREO_SOUND;FRONTEND_SUPPORTS_RGB565;MEDNAFEN_VERSION_NUMERIC=926;WANT_CRC32;LSB_FIRST;BYTE_ORDER=LITTLE_ENDIAN;WANT_NEW_API"
StringPooling="TRUE"
RuntimeLibrary="0"
BufferSecurityCheck="TRUE"
@ -241,6 +241,9 @@
<File
RelativePath="..\..\..\mednafen\okiadpcm.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\player.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\settings.cpp">
</File>
@ -304,31 +307,31 @@
Name="wswan"
Filter="">
<File
RelativePath="..\..\..\mednafen\wswan\eeprom.cpp">
RelativePath="..\..\..\mednafen\wswan-09333\eeprom.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\gfx.cpp">
RelativePath="..\..\..\mednafen\wswan-09333\gfx.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\interrupt.cpp">
RelativePath="..\..\..\mednafen\wswan-09333\interrupt.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\main.cpp">
RelativePath="..\..\..\mednafen\wswan-09333\main.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\rtc.cpp">
RelativePath="..\..\..\mednafen\wswan-09333\rtc.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\sound.cpp">
RelativePath="..\..\..\mednafen\wswan-09333\sound.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\tcache.cpp">
RelativePath="..\..\..\mednafen\wswan-09333\tcache.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\v30mz.cpp">
RelativePath="..\..\..\mednafen\wswan-09333\v30mz.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\wswan-memory.cpp">
RelativePath="..\..\..\mednafen\wswan-09333\wswan-memory.cpp">
</File>
</Filter>
<Filter
@ -338,6 +341,43 @@
RelativePath="..\..\..\mednafen\video\surface.cpp">
</File>
</Filter>
<Filter
Name="cpu_test"
Filter="">
<File
RelativePath="..\..\..\mednafen\cputest\cputest.c">
<FileConfiguration
Name="Debug|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
<FileConfiguration
Name="Profile|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
<FileConfiguration
Name="Profile_FastCap|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
<FileConfiguration
Name="Release_LTCG|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="2"/>
</FileConfiguration>
</File>
</Filter>
</Filter>
</Filter>
<Filter