Link to OpenGL in the OGL renderer. We don't use glu anymore.

This commit is contained in:
Glenn Maynard
2003-05-27 00:25:46 +00:00
parent 3e1707e641
commit a9fa113a0f
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -63,6 +63,7 @@ namespace GLExt {
#include <math.h>
#pragma comment(lib, "opengl32.lib")
//
// Globals
-2
View File
@@ -57,8 +57,6 @@ ArchHooks *HOOKS = NULL;
#else
#pragma comment(lib, "SDL-1.2.5/lib/SDLmain.lib")
#endif
#pragma comment(lib, "opengl32.lib")
#pragma comment(lib, "glu32.Lib")
#ifdef WIN32
HWND g_hWndMain = NULL;