MSVC 2003 build works again

This commit is contained in:
twinaphex 2014-06-25 02:21:39 +02:00
parent 9c598059ca
commit 1af869b38c
16 changed files with 48 additions and 84 deletions

View File

@ -22,7 +22,7 @@
#include "Stream.h"
#include "FileStream.h"
#include <trio/trio.h>
#include "include/trio/trio.h"
#include <stdarg.h>
#include <string.h>

View File

@ -19,7 +19,7 @@
#include "mednafen.h"
#include "FileWrapper.h"
#include <trio/trio.h>
#include "include/trio/trio.h"
#include <stdarg.h>
#include <string.h>

View File

@ -20,7 +20,7 @@
#include "mednafen.h"
#include "Stream.h"
#include <trio/trio.h>
#include "include/trio/trio.h"
Stream::Stream()
{

View File

@ -19,7 +19,7 @@
#include "error.h"
#include <string.h>
#include <stdarg.h>
#include <trio/trio.h>
#include "include/trio/trio.h"
#include "../libretro.h"
extern retro_log_printf_t log_cb;

View File

@ -19,7 +19,7 @@
#include <stdarg.h>
#include <string.h>
#include <errno.h>
#include <trio/trio.h>
#include "include/trio/trio.h"
#include "file.h"
#include "general.h"

View File

@ -20,7 +20,7 @@
#include <string.h>
#include <stdarg.h>
#include <errno.h>
#include <trio/trio.h>
#include "include/trio/trio.h"
#include <list>
#include <algorithm>

View File

@ -19,7 +19,7 @@
#include <string.h>
#include <ctype.h>
#include <trio/trio.h>
#include "include/trio/trio.h"
#include <errno.h>
#include <vector>

View File

@ -1,6 +1,6 @@
// Blip_Buffer 0.4.1. http://www.slack.net/~ant/
#include <blip/Blip_Buffer.h>
#include "../include/blip/Blip_Buffer.h"
#include <assert.h>
#include <climits>

View File

@ -19,7 +19,7 @@
#include <string.h>
#include <trio/trio.h>
#include "include/trio/trio.h"
#include "driver.h"
#include "general.h"
#include "state.h"

View File

@ -44,9 +44,9 @@
/*************************************************************************
* Trio include files
*/
#include <trio/triodef.h>
#include <trio/trio.h>
#include <trio/triop.h>
#include "../include/trio/triodef.h"
#include "../include/trio/trio.h"
#include "../include/trio/triop.h"
#ifdef _WIN32
#include <direct.h>
@ -64,7 +64,7 @@
# define TRIO_FUNC_ISINF
# endif
#endif
#include <trio/trionan.h>
#include "../include/trio/trionan.h"
#if defined(TRIO_EMBED_STRING)
# define TRIO_PUBLIC_STRING static
@ -117,7 +117,7 @@
# define TRIO_FUNC_XSTRING_APPEND_CHAR
# endif
#endif
#include <trio/triostr.h>
#include "../include/trio/triostr.h"
/**************************************************************************
*

View File

@ -26,8 +26,8 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <trio/triodef.h>
#include <trio/triostr.h>
#include "../include/trio/triodef.h"
#include "../include/trio/triostr.h"
#if defined(TRIO_FUNC_TO_LONG_DOUBLE)
# define USE_MATH
#endif

View File

@ -24,7 +24,7 @@
#include "v30mz.h"
#include "rtc.h"
#include "../video.h"
#include <trio/trio.h>
#include "../include/trio/trio.h"
namespace MDFN_IEN_WSWAN
{

View File

@ -1,7 +1,7 @@
#include "wswan.h"
#include "interrupt.h"
#include "v30mz.h"
#include <trio/trio.h>
#include "../include/trio/trio.h"
namespace MDFN_IEN_WSWAN
{

View File

@ -24,7 +24,7 @@
#include "v30mz.h"
#include "wswan-memory.h"
#include <blip/Blip_Buffer.h>
#include "../include/blip/Blip_Buffer.h"
namespace MDFN_IEN_WSWAN
{

View File

@ -28,7 +28,7 @@
#include "../mempatcher.h"
#include <time.h>
#include <math.h>
#include <trio/trio.h>
#include "../include/trio/trio.h"
namespace MDFN_IEN_WSWAN
{

View File

@ -194,142 +194,106 @@
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
<File
RelativePath="..\..\..\libretro.cpp">
RelativePath="..\..\libretro.cpp">
</File>
<File
RelativePath="..\..\..\scrc32.cpp">
</File>
<File
RelativePath="..\..\..\stubs.cpp">
RelativePath="..\..\scrc32.cpp">
</File>
<Filter
Name="mednafen"
Filter="">
<File
RelativePath="..\..\..\mednafen\endian.cpp">
RelativePath="..\..\mednafen\endian.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\error.cpp">
RelativePath="..\..\mednafen\error.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\file.cpp">
RelativePath="..\..\mednafen\file.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\FileStream.cpp">
RelativePath="..\..\mednafen\FileStream.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\FileWrapper.cpp">
RelativePath="..\..\mednafen\FileWrapper.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\general.cpp">
RelativePath="..\..\mednafen\general.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\math_ops.cpp">
RelativePath="..\..\mednafen\math_ops.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\md5.cpp">
RelativePath="..\..\mednafen\md5.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\mednafen.cpp">
RelativePath="..\..\mednafen\mednafen.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\MemoryStream.cpp">
RelativePath="..\..\mednafen\MemoryStream.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\mempatcher.cpp">
RelativePath="..\..\mednafen\mempatcher.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\okiadpcm.cpp">
RelativePath="..\..\mednafen\settings.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\settings.cpp">
RelativePath="..\..\mednafen\state.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\state.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\Stream.cpp">
RelativePath="..\..\mednafen\Stream.cpp">
</File>
<Filter
Name="trio"
Filter="">
<File
RelativePath="..\..\..\mednafen\trio\trio.c">
<FileConfiguration
Name="Debug|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="1"/>
</FileConfiguration>
<FileConfiguration
Name="Profile|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="1"/>
</FileConfiguration>
<FileConfiguration
Name="Profile_FastCap|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="1"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="1"/>
</FileConfiguration>
<FileConfiguration
Name="Release_LTCG|Xbox">
<Tool
Name="VCCLCompilerTool"
CompileAs="1"/>
</FileConfiguration>
RelativePath="..\..\mednafen\trio\trio.c">
</File>
<File
RelativePath="..\..\..\mednafen\trio\triostr.c">
RelativePath="..\..\mednafen\trio\triostr.c">
</File>
</Filter>
<Filter
Name="sound"
Filter="">
<File
RelativePath="..\..\..\mednafen\sound\Blip_Buffer.cpp">
RelativePath="..\..\mednafen\sound\Blip_Buffer.cpp">
</File>
</Filter>
<Filter
Name="wswan"
Filter="">
<File
RelativePath="..\..\..\mednafen\wswan\eeprom.cpp">
RelativePath="..\..\mednafen\wswan\eeprom.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\gfx.cpp">
RelativePath="..\..\mednafen\wswan\gfx.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\interrupt.cpp">
RelativePath="..\..\mednafen\wswan\interrupt.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\rtc.cpp">
RelativePath="..\..\mednafen\wswan\rtc.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\sound.cpp">
RelativePath="..\..\mednafen\wswan\sound.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\tcache.cpp">
RelativePath="..\..\mednafen\wswan\tcache.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\v30mz.cpp">
RelativePath="..\..\mednafen\wswan\v30mz.cpp">
</File>
<File
RelativePath="..\..\..\mednafen\wswan\wswan-memory.cpp">
RelativePath="..\..\mednafen\wswan\wswan-memory.cpp">
</File>
</Filter>
<Filter
Name="video"
Filter="">
<File
RelativePath="..\..\..\mednafen\video\surface.cpp">
RelativePath="..\..\mednafen\video\surface.cpp">
</File>
</Filter>
</Filter>