From a9fa113a0fb7ee86bfca146f5b988f490808d1e1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 27 May 2003 00:25:46 +0000 Subject: [PATCH] Link to OpenGL in the OGL renderer. We don't use glu anymore. --- stepmania/src/RageDisplay_OGL.cpp | 1 + stepmania/src/StepMania.cpp | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index f0d68f4ca9..54b28d568b 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -63,6 +63,7 @@ namespace GLExt { #include +#pragma comment(lib, "opengl32.lib") // // Globals diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index de9c29aed0..ca1acece60 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -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;