From 89b0570a0f293e0eb08da5cc940e16a253c5c983 Mon Sep 17 00:00:00 2001 From: pjgat09 Date: Sat, 4 May 2013 23:24:01 +0000 Subject: [PATCH] m64p: Added a VS2010 project and solution file. They might not work yet --- .../msvc10/mupen64plus-video-glide64.sln | 20 +++ .../msvc10/mupen64plus-video-glide64.vcxproj | 153 ++++++++++++++++++ 2 files changed, 173 insertions(+) create mode 100644 libmupen64plus/mupen64plus-video-glide64/projects/msvc10/mupen64plus-video-glide64.sln create mode 100644 libmupen64plus/mupen64plus-video-glide64/projects/msvc10/mupen64plus-video-glide64.vcxproj diff --git a/libmupen64plus/mupen64plus-video-glide64/projects/msvc10/mupen64plus-video-glide64.sln b/libmupen64plus/mupen64plus-video-glide64/projects/msvc10/mupen64plus-video-glide64.sln new file mode 100644 index 0000000000..66dffa7505 --- /dev/null +++ b/libmupen64plus/mupen64plus-video-glide64/projects/msvc10/mupen64plus-video-glide64.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mupen64plus-video-glide64", "mupen64plus-video-glide64.vcxproj", "{F3E6138A-C318-4020-B408-A9A24D8B3DE7}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F3E6138A-C318-4020-B408-A9A24D8B3DE7}.Debug|Win32.ActiveCfg = Debug|Win32 + {F3E6138A-C318-4020-B408-A9A24D8B3DE7}.Debug|Win32.Build.0 = Debug|Win32 + {F3E6138A-C318-4020-B408-A9A24D8B3DE7}.Release|Win32.ActiveCfg = Release|Win32 + {F3E6138A-C318-4020-B408-A9A24D8B3DE7}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/libmupen64plus/mupen64plus-video-glide64/projects/msvc10/mupen64plus-video-glide64.vcxproj b/libmupen64plus/mupen64plus-video-glide64/projects/msvc10/mupen64plus-video-glide64.vcxproj new file mode 100644 index 0000000000..05696d4430 --- /dev/null +++ b/libmupen64plus/mupen64plus-video-glide64/projects/msvc10/mupen64plus-video-glide64.vcxproj @@ -0,0 +1,153 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {F3E6138A-C318-4020-B408-A9A24D8B3DE7} + mupen64plusvideoglide64 + + + + DynamicLibrary + MultiByte + true + + + DynamicLibrary + MultiByte + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + $(SolutionDir)$(Configuration)\ + $(Configuration)\ + + + + Disabled + ../../src;../../src/wrapper;../../../mupen64plus-core/src/api;../../../mupen64plus-win32-deps/SDL-1.2.14/include;%(AdditionalIncludeDirectories) + WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + Cdecl + + + opengl32.lib;glu32.lib;..\..\..\mupen64plus-win32-deps\SDL-1.2.14\lib\SDL.lib;%(AdditionalDependencies) + true + Windows + MachineX86 + + + copy "$(TargetPath)" "$(SolutionDir)..\..\..\mupen64plus-ui-console\projects\msvc8\$(Configuration)" + + + + + MaxSpeed + true + ../../src;../../src/wrapper;../../../mupen64plus-core/src/api;../../../mupen64plus-win32-deps/SDL-1.2.14/include;%(AdditionalIncludeDirectories) + WIN32;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreadedDLL + true + Level3 + ProgramDatabase + + + opengl32.lib;glu32.lib;..\..\..\mupen64plus-win32-deps\SDL-1.2.14\lib\SDL.lib;%(AdditionalDependencies) + true + Windows + true + true + MachineX86 + + + copy "$(TargetPath)" "$(SolutionDir)..\..\..\mupen64plus-ui-console\projects\msvc8\$(Configuration)" + + + + + + + + + + + + + + + + + + $(IntDir)wrapper\ + $(IntDir)wrapper\ + + + $(IntDir)wrapper\ + $(IntDir)wrapper\ + + + $(IntDir)wrapper\ + $(IntDir)wrapper\ + + + $(IntDir)wrapper\ + $(IntDir)wrapper\ + + + $(IntDir)wrapper\ + $(IntDir)wrapper\ + + + $(IntDir)wrapper\ + $(IntDir)wrapper\ + + + $(IntDir)wrapper\ + $(IntDir)wrapper\ + + + $(IntDir)wrapper\ + $(IntDir)wrapper\ + + + $(IntDir)wrapper\ + $(IntDir)wrapper\ + + + + + + + + + + + + + + + + \ No newline at end of file