From 1d25372912fcac1c7ffe5a1a562219e2008463db Mon Sep 17 00:00:00 2001 From: fayjf Date: Wed, 23 Mar 2011 03:55:21 +0000 Subject: [PATCH] Adding the "subwin" demo program to the Visual Studio 2008 build tree per e-mail from Diederick Niehorster dated 3/22/11 at 8:58 AM git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@911 7f0cb862-5218-0410-a997-914c9d46530a --- .gitattributes | 1 + .../freeglut/VisualStudio/2008/freeglut.sln | 13 + .../VisualStudio/2008/subwin/subwin.vcproj | 346 ++++++++++++++++++ 3 files changed, 360 insertions(+) create mode 100644 freeglut/freeglut/VisualStudio/2008/subwin/subwin.vcproj diff --git a/.gitattributes b/.gitattributes index dce12bb..297655a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -22,6 +22,7 @@ freeglut/freeglut/VisualStudio/2008/freeglut.sln -text freeglut/freeglut/VisualStudio/2008/freeglut.vcproj -text freeglut/freeglut/VisualStudio/2008/shapes/shapes.vcproj -text freeglut/freeglut/VisualStudio/2008/smooth_opengl3/smooth_opengl3.vcproj -text +freeglut/freeglut/VisualStudio/2008/subwin/subwin.vcproj -text freeglut/freeglut/VisualStudio/2010/CallbackMaker/CallbackMaker.vcxproj -text freeglut/freeglut/VisualStudio/2010/CallbackMaker/CallbackMaker.vcxproj.filters -text freeglut/freeglut/VisualStudio/2010/Fractals/Fractals.vcxproj -text diff --git a/freeglut/freeglut/VisualStudio/2008/freeglut.sln b/freeglut/freeglut/VisualStudio/2008/freeglut.sln index 1a43674..cc24c1a 100644 --- a/freeglut/freeglut/VisualStudio/2008/freeglut.sln +++ b/freeglut/freeglut/VisualStudio/2008/freeglut.sln @@ -38,6 +38,11 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "smooth_opengl3", "smooth_op {1AE4E979-0D35-4747-BF8E-DD60358F49DB} = {1AE4E979-0D35-4747-BF8E-DD60358F49DB} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "subwin", "subwin\subwin.vcproj", "{CD3C35E0-FED3-4425-8CF9-A772667D464B}" + ProjectSection(ProjectDependencies) = postProject + {1AE4E979-0D35-4747-BF8E-DD60358F49DB} = {1AE4E979-0D35-4747-BF8E-DD60358F49DB} + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug_Static|Win32 = Debug_Static|Win32 @@ -110,6 +115,14 @@ Global {BEA6A000-DB05-4410-9863-42AAAD57AA1E}.Release_Static|Win32.Build.0 = Release_Static|Win32 {BEA6A000-DB05-4410-9863-42AAAD57AA1E}.Release|Win32.ActiveCfg = Release|Win32 {BEA6A000-DB05-4410-9863-42AAAD57AA1E}.Release|Win32.Build.0 = Release|Win32 + {CD3C35E0-FED3-4425-8CF9-A772667D464B}.Debug_Static|Win32.ActiveCfg = Debug_Static|Win32 + {CD3C35E0-FED3-4425-8CF9-A772667D464B}.Debug_Static|Win32.Build.0 = Debug_Static|Win32 + {CD3C35E0-FED3-4425-8CF9-A772667D464B}.Debug|Win32.ActiveCfg = Debug|Win32 + {CD3C35E0-FED3-4425-8CF9-A772667D464B}.Debug|Win32.Build.0 = Debug|Win32 + {CD3C35E0-FED3-4425-8CF9-A772667D464B}.Release_Static|Win32.ActiveCfg = Release_Static|Win32 + {CD3C35E0-FED3-4425-8CF9-A772667D464B}.Release_Static|Win32.Build.0 = Release_Static|Win32 + {CD3C35E0-FED3-4425-8CF9-A772667D464B}.Release|Win32.ActiveCfg = Release|Win32 + {CD3C35E0-FED3-4425-8CF9-A772667D464B}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/freeglut/freeglut/VisualStudio/2008/subwin/subwin.vcproj b/freeglut/freeglut/VisualStudio/2008/subwin/subwin.vcproj new file mode 100644 index 0000000..7c4fe4d --- /dev/null +++ b/freeglut/freeglut/VisualStudio/2008/subwin/subwin.vcproj @@ -0,0 +1,346 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file