X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FOpenGL_Windows.cpp;h=f5aed92e9a0851d151ef68d4a57d5f28ac0cd747;hb=2ff81b0a43f256cb92f04ced2bc415eae11459ca;hp=5b3d92671336f5bd2ce16b9d7639f802e4e07740;hpb=5ab18eba3207c6c878cffc994ee9bd2546757687;p=lugaru.git diff --git a/Source/OpenGL_Windows.cpp b/Source/OpenGL_Windows.cpp index 5b3d926..f5aed92 100644 --- a/Source/OpenGL_Windows.cpp +++ b/Source/OpenGL_Windows.cpp @@ -54,13 +54,6 @@ static bool save_png(const char * fname); #include "openal_wrapper.h" -// ADDED GWC -#ifdef _MSC_VER -#pragma comment(lib, "opengl32.lib") -#pragma comment(lib, "glu32.lib") -#pragma comment(lib, "glaux.lib") -#endif - extern float multiplier; extern float sps; extern float realmultiplier;