Core commit. Compile and run on the OpenPandora
[mupen64plus-pandora.git] / source / mupen64plus-core / projects / msvc8 / mupen64plus-core.vcproj
diff --git a/source/mupen64plus-core/projects/msvc8/mupen64plus-core.vcproj b/source/mupen64plus-core/projects/msvc8/mupen64plus-core.vcproj
new file mode 100644 (file)
index 0000000..bb52b8a
--- /dev/null
@@ -0,0 +1,685 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+       ProjectType="Visual C++"
+       Version="8.00"
+       Name="mupen64plus-core"
+       ProjectGUID="{92D3FEB9-2129-41C5-8577-BCD7D961EF41}"
+       RootNamespace="mupen64pluscore"
+       Keyword="Win32Proj"
+       >
+       <Platforms>
+               <Platform
+                       Name="Win32"
+               />
+       </Platforms>
+       <ToolFiles>
+       </ToolFiles>
+       <Configurations>
+               <Configuration
+                       Name="Debug|Win32"
+                       OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+                       IntermediateDirectory="$(ConfigurationName)"
+                       ConfigurationType="2"
+                       CharacterSet="2"
+                       >
+                       <Tool
+                               Name="VCPreBuildEventTool"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                       />
+                       <Tool
+                               Name="VCCLCompilerTool"
+                               Optimization="0"
+                               AdditionalIncludeDirectories="..\..\src;..\..\..\mupen64plus-win32-deps\SDL-1.2.14\include;..\..\..\mupen64plus-win32-deps\zlib-1.2.3\include;..\..\..\mupen64plus-win32-deps\libpng-1.2.37\include;..\..\..\mupen64plus-win32-deps\freetype-2.3.5-1\include"
+                               PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;DYNAREC;inline=__inline;M64P_OSD;M64P_PARALLEL"
+                               MinimalRebuild="true"
+                               BasicRuntimeChecks="3"
+                               RuntimeLibrary="3"
+                               UsePrecompiledHeader="0"
+                               WarningLevel="3"
+                               Detect64BitPortabilityProblems="false"
+                               DebugInformationFormat="4"
+                               CompileAs="0"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
+                       <Tool
+                               Name="VCLinkerTool"
+                               AdditionalDependencies="shell32.lib opengl32.lib glu32.lib ..\..\..\mupen64plus-win32-deps\SDL-1.2.14\lib\SDL.lib ..\..\..\mupen64plus-win32-deps\zlib-1.2.3\lib\zlib.lib ..\..\..\mupen64plus-win32-deps\libpng-1.2.37\lib\libpng.lib ..\..\..\mupen64plus-win32-deps\freetype-2.3.5-1\lib\freetype.lib"
+                               OutputFile="$(OutDir)\mupen64plus.dll"
+                               LinkIncremental="2"
+                               GenerateDebugInformation="true"
+                               SubSystem="2"
+                               TargetMachine="1"
+                       />
+                       <Tool
+                               Name="VCALinkTool"
+                       />
+                       <Tool
+                               Name="VCManifestTool"
+                       />
+                       <Tool
+                               Name="VCXDCMakeTool"
+                       />
+                       <Tool
+                               Name="VCBscMakeTool"
+                       />
+                       <Tool
+                               Name="VCFxCopTool"
+                       />
+                       <Tool
+                               Name="VCAppVerifierTool"
+                       />
+                       <Tool
+                               Name="VCWebDeploymentTool"
+                       />
+                       <Tool
+                               Name="VCPostBuildEventTool"
+                       />
+               </Configuration>
+               <Configuration
+                       Name="Release|Win32"
+                       OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+                       IntermediateDirectory="$(ConfigurationName)"
+                       ConfigurationType="2"
+                       CharacterSet="2"
+                       WholeProgramOptimization="1"
+                       >
+                       <Tool
+                               Name="VCPreBuildEventTool"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                       />
+                       <Tool
+                               Name="VCCLCompilerTool"
+                               AdditionalIncludeDirectories="..\..\src;..\..\..\mupen64plus-win32-deps\SDL-1.2.14\include;..\..\..\mupen64plus-win32-deps\zlib-1.2.3\include;..\..\..\mupen64plus-win32-deps\libpng-1.2.37\include;..\..\..\mupen64plus-win32-deps\freetype-2.3.5-1\include"
+                               PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;DYNAREC;inline=__inline;M64P_OSD;M64P_PARALLEL"
+                               RuntimeLibrary="2"
+                               UsePrecompiledHeader="0"
+                               WarningLevel="3"
+                               Detect64BitPortabilityProblems="false"
+                               DebugInformationFormat="3"
+                               CompileAs="0"
+                       />
+                       <Tool
+                               Name="VCManagedResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCResourceCompilerTool"
+                       />
+                       <Tool
+                               Name="VCPreLinkEventTool"
+                       />
+                       <Tool
+                               Name="VCLinkerTool"
+                               AdditionalDependencies="shell32.lib opengl32.lib glu32.lib ..\..\..\mupen64plus-win32-deps\SDL-1.2.14\lib\SDL.lib ..\..\..\mupen64plus-win32-deps\zlib-1.2.3\lib\zlib.lib ..\..\..\mupen64plus-win32-deps\libpng-1.2.37\lib\libpng.lib ..\..\..\mupen64plus-win32-deps\freetype-2.3.5-1\lib\freetype.lib"
+                               OutputFile="$(OutDir)\mupen64plus.dll"
+                               LinkIncremental="1"
+                               GenerateDebugInformation="true"
+                               SubSystem="2"
+                               OptimizeReferences="2"
+                               EnableCOMDATFolding="2"
+                               TargetMachine="1"
+                       />
+                       <Tool
+                               Name="VCALinkTool"
+                       />
+                       <Tool
+                               Name="VCManifestTool"
+                       />
+                       <Tool
+                               Name="VCXDCMakeTool"
+                       />
+                       <Tool
+                               Name="VCBscMakeTool"
+                       />
+                       <Tool
+                               Name="VCFxCopTool"
+                       />
+                       <Tool
+                               Name="VCAppVerifierTool"
+                       />
+                       <Tool
+                               Name="VCWebDeploymentTool"
+                       />
+                       <Tool
+                               Name="VCPostBuildEventTool"
+                       />
+               </Configuration>
+       </Configurations>
+       <References>
+       </References>
+       <Files>
+               <Filter
+                       Name="Source Files"
+                       Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+                       UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+                       >
+                       <File
+                               RelativePath="..\..\src\r4300\x86\assemble.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\callbacks.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\cheat.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\common.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\config.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\debugger\dbg_breakpoints.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\debugger\dbg_decoder.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\debugger\dbg_memory.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\debugger\debugger.c"
+                               >
+                               <FileConfiguration
+                                       Name="Debug|Win32"
+                                       >
+                                       <Tool
+                                               Name="VCCLCompilerTool"
+                                               ObjectFile="$(IntDir)\$(InputName)1.obj"
+                                               XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
+                                       />
+                               </FileConfiguration>
+                               <FileConfiguration
+                                       Name="Release|Win32"
+                                       >
+                                       <Tool
+                                               Name="VCCLCompilerTool"
+                                               ObjectFile="$(IntDir)\$(InputName)1.obj"
+                                               XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
+                                       />
+                               </FileConfiguration>
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\debugger.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\memory\dma.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\plugin\dummy_audio.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\plugin\dummy_input.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\plugin\dummy_rsp.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\plugin\dummy_video.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\osal\dynamiclib_win32.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\eventloop.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\exception.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\osal\files_win32.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\memory\flashram.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\frontend.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\gbc.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\gcop0.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\gcop1.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\gcop1_d.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\gcop1_l.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\gcop1_s.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\gcop1_w.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\gr4300.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\gregimm.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\gspecial.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\gtlb.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\interupt.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\zip\ioapi.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\lirc.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\main.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\md5.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\memory\memory.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\memory\n64_cic_nus_6105.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\osd\OGLFT.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\osd\osd.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\memory\pif.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\plugin\plugin.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\profile.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\pure_interp.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\r4300.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\recomp.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\regcache.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\reset.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\rjump.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\rom.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\savestates.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\osd\screenshot.cpp"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\memory\tlb.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\zip\unzip.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\util.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\vidext.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\workqueue.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\zip\zip.c"
+                               >
+                       </File>
+               </Filter>
+               <Filter
+                       Name="Header Files"
+                       Filter="h;hpp;hxx;hm;inl;inc;xsd"
+                       UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+                       >
+                       <File
+                               RelativePath="..\..\src\r4300\x86\assemble.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\callbacks.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\cheat.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\config.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\zip\crypt.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\debugger\dbg_breakpoints.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\debugger\dbg_decoder.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\debugger\dbg_memory.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\debugger\dbg_opprintf.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\debugger\dbg_types.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\debugger\debugger.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\debugger.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\memory\dma.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\plugin\dummy_audio.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\plugin\dummy_input.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\plugin\dummy_rsp.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\plugin\dummy_video.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\osal\dynamiclib.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\eventloop.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\exception.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\osal\files.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\memory\flashram.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\interpret.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\interupt.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\zip\ioapi.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\lirc.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\m64p_common.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\m64p_config.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\m64p_debugger.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\m64p_frontend.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\m64p_plugin.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\m64p_types.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\m64p_vidext.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\macros.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\main.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\md5.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\memory\memory.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\memory\n64_cic_nus_6105.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\osd\OGLFT.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\ops.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\osd\osd.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\memory\pif.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\plugin\plugin.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\osal\preproc.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\r4300.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\recomp.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\recomph.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\x86\regcache.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\r4300\reset.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\rom.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\savestates.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\osd\screenshot.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\memory\tlb.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\zip\unzip.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\util.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\version.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\api\vidext.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\workqueue.h"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\src\main\zip\zip.h"
+                               >
+                       </File>
+               </Filter>
+       </Files>
+       <Globals>
+       </Globals>
+</VisualStudioProject>