remove the outdated gl.lib reference, if this causes new linker issues we need to add the right name to the vcxproj instead

This commit is contained in:
Peter Tissen 2014-02-12 21:46:23 +01:00
parent b8400cbe63
commit de95ac3adb

View File

@ -8,7 +8,6 @@
#include "GLProgramBuffer.h"
#pragma comment(lib, "opengl32.lib")
#pragma comment(lib, "gl.lib")
#define RSX_DEBUG 1