From d75069af9690559746c2bcc93ec170525aa40ffc Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Wed, 9 May 2012 17:32:34 -0500 Subject: [PATCH] Initial VC10 projects, imported from VC6. --- build/vc10/glew.sln | 71 +++++++++ build/vc10/glew_shared.vcxproj | 263 +++++++++++++++++++++++++++++++++ build/vc10/glew_static.vcxproj | 221 +++++++++++++++++++++++++++ build/vc10/glewinfo.vcxproj | 239 ++++++++++++++++++++++++++++++ build/vc10/visualinfo.vcxproj | 239 ++++++++++++++++++++++++++++++ 5 files changed, 1033 insertions(+) create mode 100755 build/vc10/glew.sln create mode 100755 build/vc10/glew_shared.vcxproj create mode 100755 build/vc10/glew_static.vcxproj create mode 100755 build/vc10/glewinfo.vcxproj create mode 100755 build/vc10/visualinfo.vcxproj diff --git a/build/vc10/glew.sln b/build/vc10/glew.sln new file mode 100755 index 0000000..1b9ef70 --- /dev/null +++ b/build/vc10/glew.sln @@ -0,0 +1,71 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glew_shared", "glew_shared.vcxproj", "{A0131A4A-C065-87B7-8192-C9E5217A3DF2}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glew_static", "glew_static.vcxproj", "{F2BDC6DC-B512-98D0-5AB3-91C400918947}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glewinfo", "glewinfo.vcxproj", "{3216FB79-AE60-6BAF-4DC8-D6991261660D}" + ProjectSection(ProjectDependencies) = postProject + {F2BDC6DC-B512-98D0-5AB3-91C400918947} = {F2BDC6DC-B512-98D0-5AB3-91C400918947} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "visualinfo", "visualinfo.vcxproj", "{82DDBC74-3C5A-B43E-E123-1BB59E11F425}" + ProjectSection(ProjectDependencies) = postProject + {F2BDC6DC-B512-98D0-5AB3-91C400918947} = {F2BDC6DC-B512-98D0-5AB3-91C400918947} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug MX|Win32 = Debug MX|Win32 + Debug|Win32 = Debug|Win32 + Release MX|Win32 = Release MX|Win32 + Release|Win32 = Release|Win32 + Template|Win32 = Template|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {A0131A4A-C065-87B7-8192-C9E5217A3DF2}.Debug MX|Win32.ActiveCfg = Debug MX|Win32 + {A0131A4A-C065-87B7-8192-C9E5217A3DF2}.Debug MX|Win32.Build.0 = Debug MX|Win32 + {A0131A4A-C065-87B7-8192-C9E5217A3DF2}.Debug|Win32.ActiveCfg = Debug|Win32 + {A0131A4A-C065-87B7-8192-C9E5217A3DF2}.Debug|Win32.Build.0 = Debug|Win32 + {A0131A4A-C065-87B7-8192-C9E5217A3DF2}.Release MX|Win32.ActiveCfg = Release MX|Win32 + {A0131A4A-C065-87B7-8192-C9E5217A3DF2}.Release MX|Win32.Build.0 = Release MX|Win32 + {A0131A4A-C065-87B7-8192-C9E5217A3DF2}.Release|Win32.ActiveCfg = Release|Win32 + {A0131A4A-C065-87B7-8192-C9E5217A3DF2}.Release|Win32.Build.0 = Release|Win32 + {A0131A4A-C065-87B7-8192-C9E5217A3DF2}.Template|Win32.ActiveCfg = Release|Win32 + {A0131A4A-C065-87B7-8192-C9E5217A3DF2}.Template|Win32.Build.0 = Release|Win32 + {F2BDC6DC-B512-98D0-5AB3-91C400918947}.Debug MX|Win32.ActiveCfg = Debug MX|Win32 + {F2BDC6DC-B512-98D0-5AB3-91C400918947}.Debug MX|Win32.Build.0 = Debug MX|Win32 + {F2BDC6DC-B512-98D0-5AB3-91C400918947}.Debug|Win32.ActiveCfg = Debug|Win32 + {F2BDC6DC-B512-98D0-5AB3-91C400918947}.Debug|Win32.Build.0 = Debug|Win32 + {F2BDC6DC-B512-98D0-5AB3-91C400918947}.Release MX|Win32.ActiveCfg = Release MX|Win32 + {F2BDC6DC-B512-98D0-5AB3-91C400918947}.Release MX|Win32.Build.0 = Release MX|Win32 + {F2BDC6DC-B512-98D0-5AB3-91C400918947}.Release|Win32.ActiveCfg = Release|Win32 + {F2BDC6DC-B512-98D0-5AB3-91C400918947}.Release|Win32.Build.0 = Release|Win32 + {F2BDC6DC-B512-98D0-5AB3-91C400918947}.Template|Win32.ActiveCfg = Template|Win32 + {F2BDC6DC-B512-98D0-5AB3-91C400918947}.Template|Win32.Build.0 = Template|Win32 + {3216FB79-AE60-6BAF-4DC8-D6991261660D}.Debug MX|Win32.ActiveCfg = Debug MX|Win32 + {3216FB79-AE60-6BAF-4DC8-D6991261660D}.Debug MX|Win32.Build.0 = Debug MX|Win32 + {3216FB79-AE60-6BAF-4DC8-D6991261660D}.Debug|Win32.ActiveCfg = Debug|Win32 + {3216FB79-AE60-6BAF-4DC8-D6991261660D}.Debug|Win32.Build.0 = Debug|Win32 + {3216FB79-AE60-6BAF-4DC8-D6991261660D}.Release MX|Win32.ActiveCfg = Release MX|Win32 + {3216FB79-AE60-6BAF-4DC8-D6991261660D}.Release MX|Win32.Build.0 = Release MX|Win32 + {3216FB79-AE60-6BAF-4DC8-D6991261660D}.Release|Win32.ActiveCfg = Release|Win32 + {3216FB79-AE60-6BAF-4DC8-D6991261660D}.Release|Win32.Build.0 = Release|Win32 + {3216FB79-AE60-6BAF-4DC8-D6991261660D}.Template|Win32.ActiveCfg = Template|Win32 + {3216FB79-AE60-6BAF-4DC8-D6991261660D}.Template|Win32.Build.0 = Template|Win32 + {82DDBC74-3C5A-B43E-E123-1BB59E11F425}.Debug MX|Win32.ActiveCfg = Debug MX|Win32 + {82DDBC74-3C5A-B43E-E123-1BB59E11F425}.Debug MX|Win32.Build.0 = Debug MX|Win32 + {82DDBC74-3C5A-B43E-E123-1BB59E11F425}.Debug|Win32.ActiveCfg = Debug|Win32 + {82DDBC74-3C5A-B43E-E123-1BB59E11F425}.Debug|Win32.Build.0 = Debug|Win32 + {82DDBC74-3C5A-B43E-E123-1BB59E11F425}.Release MX|Win32.ActiveCfg = Release MX|Win32 + {82DDBC74-3C5A-B43E-E123-1BB59E11F425}.Release MX|Win32.Build.0 = Release MX|Win32 + {82DDBC74-3C5A-B43E-E123-1BB59E11F425}.Release|Win32.ActiveCfg = Release|Win32 + {82DDBC74-3C5A-B43E-E123-1BB59E11F425}.Release|Win32.Build.0 = Release|Win32 + {82DDBC74-3C5A-B43E-E123-1BB59E11F425}.Template|Win32.ActiveCfg = Template|Win32 + {82DDBC74-3C5A-B43E-E123-1BB59E11F425}.Template|Win32.Build.0 = Template|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/build/vc10/glew_shared.vcxproj b/build/vc10/glew_shared.vcxproj new file mode 100755 index 0000000..27d341c --- /dev/null +++ b/build/vc10/glew_shared.vcxproj @@ -0,0 +1,263 @@ + + + + + Debug MX + Win32 + + + Debug + Win32 + + + Release MX + Win32 + + + Release + Win32 + + + + + + + + + DynamicLibrary + false + + + DynamicLibrary + false + + + DynamicLibrary + false + + + DynamicLibrary + false + + + + + + + + + + + + + + + + + + + + + + + .\../../lib\ + .\shared/release-mx\ + false + + + .\../../lib\ + .\shared/release\ + false + + + .\../../lib\ + .\shared/debug-mx\ + false + + + .\../../lib\ + .\shared/debug\ + false + + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;WIN32_LEAN_AND_MEAN;VC_EXTRALEAN;GLEW_MX;GLEW_BUILD;%(PreprocessorDefinitions) + .\shared/release-mx\ + .\shared/release-mx\glew_shared.pch + .\shared/release-mx\ + .\shared/release-mx\ + + + true + NDEBUG;%(PreprocessorDefinitions) + .\../../lib\glew_shared.tlb + true + Win32 + + + 0x0409 + NDEBUG;GLEW_MX;%(PreprocessorDefinitions) + + + true + .\../../lib\glew_shared.bsc + + + true + true + Console + ../../bin/glew32mx.dll + .\../../lib\glew32mx.lib + 0x62AA0000 + opengl32.lib;%(AdditionalDependencies) + /ignore:4089 + + + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;WIN32_LEAN_AND_MEAN;VC_EXTRALEAN;GLEW_BUILD;%(PreprocessorDefinitions) + .\shared/release\ + .\shared/release\glew_shared.pch + .\shared/release\ + .\shared/release\ + + + true + NDEBUG;%(PreprocessorDefinitions) + .\../../lib\glew_shared.tlb + true + Win32 + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\../../lib\glew_shared.bsc + + + true + true + Console + ../../bin/glew32.dll + .\../../lib\glew32.lib + 0x62AA0000 + opengl32.lib;%(AdditionalDependencies) + /ignore:4089 + + + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;WIN32_MEAN_AND_LEAN;VC_EXTRALEAN;GLEW_MX;GLEW_BUILD;%(PreprocessorDefinitions) + .\shared/debug-mx\ + .\shared/debug-mx\glew_shared.pch + .\shared/debug-mx\ + .\shared/debug-mx\ + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\../../lib\glew_shared.tlb + true + Win32 + + + 0x0409 + _DEBUG;GLEW_MX;%(PreprocessorDefinitions) + + + true + .\../../lib\glew_shared.bsc + + + true + true + true + Console + ../../bin/glew32mxd.dll + .\../../lib\glew32mxd.lib + 0x62AA0000 + opengl32.lib;%(AdditionalDependencies) + + + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;WIN32_MEAN_AND_LEAN;VC_EXTRALEAN;GLEW_BUILD;%(PreprocessorDefinitions) + .\shared/debug\ + .\shared/debug\glew_shared.pch + .\shared/debug\ + .\shared/debug\ + EnableFastChecks + + + true + _DEBUG;%(PreprocessorDefinitions) + .\../../lib\glew_shared.tlb + true + Win32 + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\../../lib\glew_shared.bsc + + + true + true + true + Console + ../../bin/glew32d.dll + .\../../lib\glew32d.lib + 0x62AA0000 + opengl32.lib;%(AdditionalDependencies) + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc10/glew_static.vcxproj b/build/vc10/glew_static.vcxproj new file mode 100755 index 0000000..d6fb0a9 --- /dev/null +++ b/build/vc10/glew_static.vcxproj @@ -0,0 +1,221 @@ + + + + + Debug MX + Win32 + + + Debug + Win32 + + + Release MX + Win32 + + + Release + Win32 + + + Template + Win32 + + + + + + + + + Application + + + StaticLibrary + false + MultiByte + + + StaticLibrary + false + MultiByte + + + StaticLibrary + false + MultiByte + + + StaticLibrary + false + MultiByte + + + + + + + + + + + + + + + + + + + + + + + + + + .\../../lib\ + .\static/debug-mx\ + + + .\../../lib\ + .\static/release\ + + + .\../../lib\ + .\static/release-mx\ + + + .\../../lib\ + .\static/debug\ + + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;WIN32_LEAN_AND_MEAN;VC_EXTRALEAN;GLEW_MX;GLEW_STATIC;%(PreprocessorDefinitions) + .\static/debug-mx\ + .\static/debug-mx\glew_static.pch + .\static/debug-mx\ + .\static/debug-mx\ + EnableFastChecks + + + 0x0409 + _DEBUG;GLEW_MX;GLEW_STATIC;%(PreprocessorDefinitions) + + + true + .\../../lib\glew_static.bsc + + + true + ../../lib/glew32mxsd.lib + + + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;WIN32_LEAN_AND_MEAN;VC_EXTRALEAN;GLEW_STATIC;%(PreprocessorDefinitions) + .\static/release\ + .\static/release\glew_static.pch + .\static/release\ + .\static/release\ + + + 0x0409 + NDEBUG;GLEW_STATIC;%(PreprocessorDefinitions) + + + true + .\../../lib\glew_static.bsc + + + true + ../../lib/glew32s.lib + + + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;WIN32_LEAN_AND_MEAN;VC_EXTRALEAN;GLEW_MX;GLEW_STATIC;%(PreprocessorDefinitions) + .\static/release-mx\ + .\static/release-mx\glew_static.pch + .\static/release-mx\ + .\static/release-mx\ + + + 0x0409 + NDEBUG;GLEW_MX;GLEW_STATIC;%(PreprocessorDefinitions) + + + true + .\../../lib\glew_static.bsc + + + true + ../../lib/glew32mxs.lib + + + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;WIN32_LEAN_AND_MEAN;VC_EXTRALEAN;GLEW_STATIC;%(PreprocessorDefinitions) + .\static/debug\ + .\static/debug\glew_static.pch + .\static/debug\ + .\static/debug\ + EnableFastChecks + + + 0x0409 + _DEBUG;GLEW_STATIC;%(PreprocessorDefinitions) + + + true + .\../../lib\glew_static.bsc + + + true + ../../lib/glew32sd.lib + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc10/glewinfo.vcxproj b/build/vc10/glewinfo.vcxproj new file mode 100755 index 0000000..0d835ec --- /dev/null +++ b/build/vc10/glewinfo.vcxproj @@ -0,0 +1,239 @@ + + + + + Debug MX + Win32 + + + Debug + Win32 + + + Release MX + Win32 + + + Release + Win32 + + + Template + Win32 + + + + + + + + + Application + + + Application + false + + + Application + false + + + Application + false + + + Application + false + + + + + + + + + + + + + + + + + + + + + + + + + + .\../../bin\ + .\static/release-mx\ + false + + + .\../../bin\ + .\static/debug-mx\ + false + + + .\../../bin\ + .\static/debug\ + false + + + .\../../bin\ + .\static/release\ + false + + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;WIN32_MEAN_AND_LEAN;VC_EXTRALEAN;GLEW_MX;GLEW_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + .\static/release-mx\ + .\static/release-mx\glewinfo.pch + .\static/release-mx\ + .\static/release-mx\ + + + .\../../bin\glewinfo.tlb + + + 0x0409 + NDEBUG;GLEW_MX;%(PreprocessorDefinitions) + + + true + .\../../bin\glewinfo.bsc + + + true + Console + ../../bin/glewinfo-mx.exe + ../../lib/glew32mxs.lib;opengl32.lib;%(AdditionalDependencies) + + + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;GLEW_MX;GLEW_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + .\static/debug-mx\ + .\static/debug-mx\glewinfo.pch + .\static/debug-mx\ + .\static/debug-mx\ + EnableFastChecks + + + .\../../bin\glewinfo.tlb + + + 0x0409 + _DEBUG;GLEW_MX;%(PreprocessorDefinitions) + + + true + .\../../bin\glewinfo.bsc + + + true + true + Console + ../../bin/glewinfo-mxd.exe + ../../lib/glew32mxsd.lib;opengl32.lib;%(AdditionalDependencies) + + + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;GLEW_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + .\static/debug\ + .\static/debug\glewinfo.pch + .\static/debug\ + .\static/debug\ + EnableFastChecks + + + .\../../bin\glewinfo.tlb + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\../../bin\glewinfo.bsc + + + true + true + Console + ../../bin/glewinfod.exe + ../../lib/glew32sd.lib;opengl32.lib;%(AdditionalDependencies) + + + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;WIN32_MEAN_AND_LEAN;VC_EXTRALEAN;GLEW_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + .\static/release\ + .\static/release\glewinfo.pch + .\static/release\ + .\static/release\ + + + .\../../bin\glewinfo.tlb + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\../../bin\glewinfo.bsc + + + true + Console + .\../../bin\glewinfo.exe + ../../lib/glew32s.lib;opengl32.lib;%(AdditionalDependencies) + + + + + + + + + + + + \ No newline at end of file diff --git a/build/vc10/visualinfo.vcxproj b/build/vc10/visualinfo.vcxproj new file mode 100755 index 0000000..a603381 --- /dev/null +++ b/build/vc10/visualinfo.vcxproj @@ -0,0 +1,239 @@ + + + + + Debug MX + Win32 + + + Debug + Win32 + + + Release MX + Win32 + + + Release + Win32 + + + Template + Win32 + + + + + + + + + Application + + + Application + false + + + Application + false + + + Application + false + + + Application + false + + + + + + + + + + + + + + + + + + + + + + + + + + .\../../bin\ + .\static/debug-mx\ + false + + + .\../../bin\ + .\static/debug\ + false + + + .\../../bin\ + .\static/release-mx\ + false + + + .\../../bin\ + .\static/release\ + false + + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;GLEW_MX;GLEW_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + .\static/debug-mx\ + .\static/debug-mx\visualinfo.pch + .\static/debug-mx\ + .\static/debug-mx\ + EnableFastChecks + + + .\../../bin\visualinfo.tlb + + + 0x0409 + _DEBUG;GLEW_MX;%(PreprocessorDefinitions) + + + true + .\../../bin\visualinfo.bsc + + + true + true + Console + ../../bin/visualinfo-mxd.exe + ../../lib/glew32mxsd.lib;glu32.lib;opengl32.lib;%(AdditionalDependencies) + + + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;WIN32_LEAN_AND_MEAN;VC_EXTRA_LEAN;GLEW_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + .\static/debug\ + .\static/debug\visualinfo.pch + .\static/debug\ + .\static/debug\ + EnableFastChecks + + + .\../../bin\visualinfo.tlb + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\../../bin\visualinfo.bsc + + + true + true + Console + ../../bin/visualinfod.exe + ../../lib/glew32sd.lib;glu32.lib;opengl32.lib;%(AdditionalDependencies) + + + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;WIN32_MEAN_AND_LEAN;VC_EXTRALEAN;GLEW_MX;GLEW_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + .\static/release-mx\ + .\static/release-mx\visualinfo.pch + .\static/release-mx\ + .\static/release-mx\ + + + .\../../bin\visualinfo.tlb + + + 0x0409 + NDEBUG;GLEW_MX;%(PreprocessorDefinitions) + + + true + .\../../bin\visualinfo.bsc + + + true + Console + ../../bin/visualinfo-mx.exe + ../../lib/glew32mxs.lib;glu32.lib;opengl32.lib;%(AdditionalDependencies) + + + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + ../../include;%(AdditionalIncludeDirectories) + WIN32;WIN32_MEAN_AND_LEAN;VC_EXTRALEAN;GLEW_STATIC;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + .\static/release\ + .\static/release\visualinfo.pch + .\static/release\ + .\static/release\ + + + .\../../bin\visualinfo.tlb + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\../../bin\visualinfo.bsc + + + true + Console + .\../../bin\visualinfo.exe + ../../lib/glew32s.lib;glu32.lib;opengl32.lib;%(AdditionalDependencies) + + + + + + + + + + + + \ No newline at end of file