summaryrefslogtreecommitdiff
path: root/windows/VC8/progs/progs_staticCRT.sln
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-01-21 07:57:45 -0700
committerBrian Paul <brianp@vmware.com>2009-01-21 07:57:45 -0700
commitdd92f483b0f2eced3984be9a051c0cc653ae6d74 (patch)
treeaf08e947616b169546084858007b9addf919eef4 /windows/VC8/progs/progs_staticCRT.sln
parent65118a51b609cbcfdd6698a8e22c18e98152f362 (diff)
Revert "windows: new VC8 projects statically linked against libcmt"
This reverts commit bbda892c551e7d3f2d94cc877cc6e80f8568fa99. Static configs rolled into regular project files (in next commit). Provided by Karl Schultz.
Diffstat (limited to 'windows/VC8/progs/progs_staticCRT.sln')
-rw-r--r--windows/VC8/progs/progs_staticCRT.sln31
1 files changed, 0 insertions, 31 deletions
diff --git a/windows/VC8/progs/progs_staticCRT.sln b/windows/VC8/progs/progs_staticCRT.sln
deleted file mode 100644
index 4c75e3e734..0000000000
--- a/windows/VC8/progs/progs_staticCRT.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-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