diff --git a/JGE/JGE.vcproj b/JGE/JGE.vcproj index 83b3890f4..aeb624ce5 100644 --- a/JGE/JGE.vcproj +++ b/JGE/JGE.vcproj @@ -1,10 +1,11 @@ // Header File For The OpenGL32 Library #include // Header File For The GLu32 Library -#include // Header File For The Glaux Library #include #include "../../JGE/include/JGE.h" @@ -128,7 +127,6 @@ bool SwapBuffers(HDC); #ifdef WIN32 #pragma comment( lib, "opengl32.lib" ) // Search For OpenGL32.lib While Linking #pragma comment( lib, "glu32.lib" ) // Search For GLu32.lib While Linking -#pragma comment( lib, "glaux.lib" ) // Search For GLaux.lib While Linking #pragma comment( lib, "User32.lib" ) #pragma comment( lib, "Gdi32.lib" ) #pragma comment( lib, "Comdlg32.lib" ) diff --git a/projects/mtg/mtg.sln b/projects/mtg/mtg.sln index afd987e07..cfc4c7937 100644 --- a/projects/mtg/mtg.sln +++ b/projects/mtg/mtg.sln @@ -1,6 +1,6 @@  -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual C++ Express 2005 +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual C++ Express 2008 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mtg", "template.vcproj", "{53024371-2293-4D40-8ECF-FCB470B50DA1}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JGE", "..\..\JGE\JGE.vcproj", "{89159C26-2282-404A-A194-103B0A49DF7B}" diff --git a/projects/mtg/template.vcproj b/projects/mtg/template.vcproj index d2fafbfb0..b18aa6805 100644 --- a/projects/mtg/template.vcproj +++ b/projects/mtg/template.vcproj @@ -1,9 +1,10 @@ - @@ -179,6 +179,8 @@ GenerateDebugInformation="true" ProgramDatabaseFile=".\Debug/template.pdb" SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> - @@ -278,6 +277,8 @@ GenerateDebugInformation="true" ProgramDatabaseFile=".\Release/template.pdb" SubSystem="2" + RandomizedBaseAddress="1" + DataExecutionPrevention="0" TargetMachine="1" /> -