diff --git a/OpenGL1/Main.cpp b/OpenGL1/Main.cpp new file mode 100644 index 0000000..36363d1 --- /dev/null +++ b/OpenGL1/Main.cpp @@ -0,0 +1,6 @@ +#include + +int main(int argc, char* argv[]) +{ + glutInitDisplayMode(GLUT_RGB | GLUT_DOUBLE | GLUT_DEPTH); +} \ No newline at end of file diff --git a/OpenGL1/OpenGL1.vcxproj b/OpenGL1/OpenGL1.vcxproj index 4b41cee..5fc9a03 100644 --- a/OpenGL1/OpenGL1.vcxproj +++ b/OpenGL1/OpenGL1.vcxproj @@ -88,10 +88,12 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + freeglut/include Console true + freeglut/lib @@ -101,10 +103,12 @@ Level3 Disabled _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + freeglut/include Console true + freeglut/lib @@ -116,12 +120,14 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + freeglut/include Console true true true + freeglut/lib @@ -133,15 +139,18 @@ true true NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + freeglut/include Console true true true + freeglut/lib + diff --git a/OpenGL1/OpenGL1.vcxproj.filters b/OpenGL1/OpenGL1.vcxproj.filters index 6a1782f..948faed 100644 --- a/OpenGL1/OpenGL1.vcxproj.filters +++ b/OpenGL1/OpenGL1.vcxproj.filters @@ -14,4 +14,9 @@ rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + Source Files + + \ No newline at end of file diff --git a/OpenGL1/freeglut.dll b/OpenGL1/freeglut.dll new file mode 100644 index 0000000..2fe3a23 Binary files /dev/null and b/OpenGL1/freeglut.dll differ