summaryrefslogtreecommitdiff
path: root/windows/VC8/progs/progs_staticCRT.sln
diff options
context:
space:
mode:
authorThomas Henn <thomas.henn@igd.fraunhofer.de>2009-01-20 09:05:18 -0700
committerBrian Paul <brianp@vmware.com>2009-01-20 09:07:01 -0700
commitbbda892c551e7d3f2d94cc877cc6e80f8568fa99 (patch)
tree405d3dcb1a4ffba886c6f1b2a62739179b15c050 /windows/VC8/progs/progs_staticCRT.sln
parent61a387dca19d68de901856fe997b805b6af98920 (diff)
windows: new VC8 projects statically linked against libcmt
Diffstat (limited to 'windows/VC8/progs/progs_staticCRT.sln')
-rw-r--r--windows/VC8/progs/progs_staticCRT.sln31
1 files changed, 31 insertions, 0 deletions
diff --git a/windows/VC8/progs/progs_staticCRT.sln b/windows/VC8/progs/progs_staticCRT.sln
new file mode 100644
index 0000000000..4c75e3e734
--- /dev/null
+++ b/windows/VC8/progs/progs_staticCRT.sln
@@ -0,0 +1,31 @@
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gears_staticCRT", "demos\gears_staticCRT.vcproj", "{3A7B0671-10F8-45D1-B012-F6D650F817CE}"
+ ProjectSection(ProjectDependencies) = postProject
+ {0234F0D2-C8A6-4C4D-93E7-0E2248049C67} = {0234F0D2-C8A6-4C4D-93E7-0E2248049C67}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "glut_staticCRT", "glut\glut_staticCRT.vcproj", "{0234F0D2-C8A6-4C4D-93E7-0E2248049C67}"
+EndProject
+Global
+ GlobalSection(DPCodeReviewSolutionGUID) = preSolution
+ DPCodeReviewSolutionGUID = {00000000-0000-0000-0000-000000000000}
+ EndGlobalSection
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {3A7B0671-10F8-45D1-B012-F6D650F817CE}.Debug|Win32.ActiveCfg = Debug|Win32
+ {3A7B0671-10F8-45D1-B012-F6D650F817CE}.Debug|Win32.Build.0 = Debug|Win32
+ {3A7B0671-10F8-45D1-B012-F6D650F817CE}.Release|Win32.ActiveCfg = Release|Win32
+ {3A7B0671-10F8-45D1-B012-F6D650F817CE}.Release|Win32.Build.0 = Release|Win32
+ {0234F0D2-C8A6-4C4D-93E7-0E2248049C67}.Debug|Win32.ActiveCfg = Debug|Win32
+ {0234F0D2-C8A6-4C4D-93E7-0E2248049C67}.Debug|Win32.Build.0 = Debug|Win32
+ {0234F0D2-C8A6-4C4D-93E7-0E2248049C67}.Release|Win32.ActiveCfg = Release|Win32
+ {0234F0D2-C8A6-4C4D-93E7-0E2248049C67}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal