Link to OpenGL in the OGL renderer. We don't use glu anymore.
This commit is contained in:
@@ -63,6 +63,7 @@ namespace GLExt {
|
|||||||
|
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
|
||||||
|
#pragma comment(lib, "opengl32.lib")
|
||||||
|
|
||||||
//
|
//
|
||||||
// Globals
|
// Globals
|
||||||
|
|||||||
@@ -57,8 +57,6 @@ ArchHooks *HOOKS = NULL;
|
|||||||
#else
|
#else
|
||||||
#pragma comment(lib, "SDL-1.2.5/lib/SDLmain.lib")
|
#pragma comment(lib, "SDL-1.2.5/lib/SDLmain.lib")
|
||||||
#endif
|
#endif
|
||||||
#pragma comment(lib, "opengl32.lib")
|
|
||||||
#pragma comment(lib, "glu32.Lib")
|
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
HWND g_hWndMain = NULL;
|
HWND g_hWndMain = NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user