Move all files related to Visual Studio 2008 into 2 directories, one for the normal...
authorSven Panne <sven.panne@aedion.de>
Sun, 24 May 2009 12:31:43 +0000 (12:31 +0000)
committerSven Panne <sven.panne@aedion.de>
Sun, 24 May 2009 12:31:43 +0000 (12:31 +0000)
commitd436cf08d6f5c0358d9220033560e6dfbce625c6
treeedeb60ad4a961489ec0f1b6305f6347617f0f082
parent253a278173585679f4e87c5fc290cc7aa3eff8b1
Move all files related to Visual Studio 2008 into 2 directories, one for the normal DLL build, and one for the static build. We should do this for other IDEs, too.

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@824 7f0cb862-5218-0410-a997-914c9d46530a
38 files changed:
ChangeLog
VisualStudio2008/CallbackMaker/CallbackMaker.vcproj [new file with mode: 0644]
VisualStudio2008/Fractals/Fractals.vcproj [new file with mode: 0644]
VisualStudio2008/Fractals_random/Fractals_random.vcproj [new file with mode: 0644]
VisualStudio2008/Lorenz/Lorenz.vcproj [new file with mode: 0644]
VisualStudio2008/One/One.vcproj [new file with mode: 0644]
VisualStudio2008/freeglut.sln [new file with mode: 0644]
VisualStudio2008/freeglut.vcproj [new file with mode: 0644]
VisualStudio2008/shapes/shapes.vcproj [new file with mode: 0644]
VisualStudio2008/smooth_opengl3/smooth_opengl3.vcproj [new file with mode: 0644]
VisualStudio2008Static/CallbackMaker/CallbackMaker.vcproj [new file with mode: 0644]
VisualStudio2008Static/Fractals/Fractals.vcproj [new file with mode: 0644]
VisualStudio2008Static/Fractals_random/Fractals_random.vcproj [new file with mode: 0644]
VisualStudio2008Static/Lorenz/Lorenz.vcproj [new file with mode: 0644]
VisualStudio2008Static/One/One.vcproj [new file with mode: 0644]
VisualStudio2008Static/freeglut.sln [new file with mode: 0644]
VisualStudio2008Static/freeglut.vcproj [new file with mode: 0644]
VisualStudio2008Static/shapes/shapes.vcproj [new file with mode: 0644]
VisualStudio2008Static/smooth_opengl3/smooth_opengl3.vcproj [new file with mode: 0644]
freeglut_static_vs2008.vcproj [deleted file]
freeglut_vs2008.sln [deleted file]
freeglut_vs2008.vcproj [deleted file]
freeglut_vs2008_static.sln [deleted file]
progs/demos/CallbackMaker/CallbackMakerStatic_vs2008.vcproj [deleted file]
progs/demos/CallbackMaker/CallbackMaker_vs2008.vcproj [deleted file]
progs/demos/Fractals/FractalsStatic_vs2008.vcproj [deleted file]
progs/demos/Fractals/Fractals_vs2008.vcproj [deleted file]
progs/demos/Fractals_random/Fractals_randomStatic_vs2008.vcproj [deleted file]
progs/demos/Fractals_random/Fractals_random_vs2008.vcproj [deleted file]
progs/demos/Lorenz/lorenzStatic_vs2008.vcproj [deleted file]
progs/demos/Lorenz/lorenz_vs2008.vcproj [deleted file]
progs/demos/One/oneStatic_vs2008.vcproj [deleted file]
progs/demos/One/one_vs2008.vcproj [deleted file]
progs/demos/demos_vs2008.sln [deleted file]
progs/demos/shapes/shapesStatic_vs2008.vcproj [deleted file]
progs/demos/shapes/shapes_vs2008.vcproj [deleted file]
progs/demos/smooth_opengl3/smooth_opengl3Static_vs2008.vcproj [deleted file]
progs/demos/smooth_opengl3/smooth_opengl3_vs2008.vcproj [deleted file]