- Finally upgraded the project to VC2008. People who are still on VC2005 need to download VC2008 (it's free)
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-10-24 01:42:37 +00:00
parent 8556956bcf
commit ed27514f73
4 changed files with 12 additions and 15 deletions

View File

@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="big5"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
Version="9.00"
Name="JGE"
ProjectGUID="{89159C26-2282-404A-A194-103B0A49DF7B}"
RootNamespace="JGE"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform

View File

@@ -112,7 +112,6 @@ bool SwapBuffers(HDC);
#include <GL/gl.h> // Header File For The OpenGL32 Library
#include <GL/glu.h> // Header File For The GLu32 Library
#include <GL/glaux.h> // Header File For The Glaux Library
#include <queue>
#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" )