Erwan
- Finally upgraded the project to VC2008. People who are still on VC2005 need to download VC2008 (it's free)
This commit is contained in:
+2
-1
@@ -1,10 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="big5"?>
|
<?xml version="1.0" encoding="big5"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="8.00"
|
Version="9.00"
|
||||||
Name="JGE"
|
Name="JGE"
|
||||||
ProjectGUID="{89159C26-2282-404A-A194-103B0A49DF7B}"
|
ProjectGUID="{89159C26-2282-404A-A194-103B0A49DF7B}"
|
||||||
RootNamespace="JGE"
|
RootNamespace="JGE"
|
||||||
|
TargetFrameworkVersion="131072"
|
||||||
>
|
>
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
|
|||||||
@@ -112,7 +112,6 @@ bool SwapBuffers(HDC);
|
|||||||
|
|
||||||
#include <GL/gl.h> // Header File For The OpenGL32 Library
|
#include <GL/gl.h> // Header File For The OpenGL32 Library
|
||||||
#include <GL/glu.h> // Header File For The GLu32 Library
|
#include <GL/glu.h> // Header File For The GLu32 Library
|
||||||
#include <GL/glaux.h> // Header File For The Glaux Library
|
|
||||||
#include <queue>
|
#include <queue>
|
||||||
|
|
||||||
#include "../../JGE/include/JGE.h"
|
#include "../../JGE/include/JGE.h"
|
||||||
@@ -128,7 +127,6 @@ bool SwapBuffers(HDC);
|
|||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#pragma comment( lib, "opengl32.lib" ) // Search For OpenGL32.lib While Linking
|
#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, "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, "User32.lib" )
|
||||||
#pragma comment( lib, "Gdi32.lib" )
|
#pragma comment( lib, "Gdi32.lib" )
|
||||||
#pragma comment( lib, "Comdlg32.lib" )
|
#pragma comment( lib, "Comdlg32.lib" )
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||||
# Visual C++ Express 2005
|
# Visual C++ Express 2008
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mtg", "template.vcproj", "{53024371-2293-4D40-8ECF-FCB470B50DA1}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mtg", "template.vcproj", "{53024371-2293-4D40-8ECF-FCB470B50DA1}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JGE", "..\..\JGE\JGE.vcproj", "{89159C26-2282-404A-A194-103B0A49DF7B}"
|
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "JGE", "..\..\JGE\JGE.vcproj", "{89159C26-2282-404A-A194-103B0A49DF7B}"
|
||||||
|
|||||||
@@ -1,9 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="8.00"
|
Version="9.00"
|
||||||
Name="mtg"
|
Name="mtg"
|
||||||
ProjectGUID="{53024371-2293-4D40-8ECF-FCB470B50DA1}"
|
ProjectGUID="{53024371-2293-4D40-8ECF-FCB470B50DA1}"
|
||||||
|
TargetFrameworkVersion="131072"
|
||||||
>
|
>
|
||||||
<Platforms>
|
<Platforms>
|
||||||
<Platform
|
<Platform
|
||||||
@@ -81,6 +82,8 @@
|
|||||||
IgnoreDefaultLibraryNames="LIBCD,LIBCMT"
|
IgnoreDefaultLibraryNames="LIBCD,LIBCMT"
|
||||||
ProgramDatabaseFile=".\Release/template.pdb"
|
ProgramDatabaseFile=".\Release/template.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
DataExecutionPrevention="0"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
@@ -103,9 +106,6 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCAppVerifierTool"
|
Name="VCAppVerifierTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
|
||||||
Name="VCWebDeploymentTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
/>
|
/>
|
||||||
@@ -179,6 +179,8 @@
|
|||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=".\Debug/template.pdb"
|
ProgramDatabaseFile=".\Debug/template.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
DataExecutionPrevention="0"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
@@ -201,9 +203,6 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCAppVerifierTool"
|
Name="VCAppVerifierTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
|
||||||
Name="VCWebDeploymentTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
/>
|
/>
|
||||||
@@ -278,6 +277,8 @@
|
|||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
ProgramDatabaseFile=".\Release/template.pdb"
|
ProgramDatabaseFile=".\Release/template.pdb"
|
||||||
SubSystem="2"
|
SubSystem="2"
|
||||||
|
RandomizedBaseAddress="1"
|
||||||
|
DataExecutionPrevention="0"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
@@ -300,9 +301,6 @@
|
|||||||
<Tool
|
<Tool
|
||||||
Name="VCAppVerifierTool"
|
Name="VCAppVerifierTool"
|
||||||
/>
|
/>
|
||||||
<Tool
|
|
||||||
Name="VCWebDeploymentTool"
|
|
||||||
/>
|
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPostBuildEventTool"
|
Name="VCPostBuildEventTool"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user