summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2012-02-08 18:06:28 +0000
committerJosé Fonseca <jfonseca@vmware.com>2012-02-08 18:06:28 +0000
commit3f5e0ca74b2019ee77671cef4861ece4a1fb37b1 (patch)
tree93e6839965904697f2f98c40e743ea9fb84d85aa
parent8c9ae1660229e475a4c16ffa791f8905f9250078 (diff)
wgl/rtotex: Don't hardcode glut and other libraries' names
-rw-r--r--src/wgl/rtotex/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/wgl/rtotex/main.cpp b/src/wgl/rtotex/main.cpp
index 0883b471..0cfa0d97 100644
--- a/src/wgl/rtotex/main.cpp
+++ b/src/wgl/rtotex/main.cpp
@@ -23,12 +23,6 @@
#include "image.h"
#include "main.h"
-//link to libraries
-#pragma comment(lib, "opengl32.lib")
-#pragma comment(lib, "glu32.lib")
-#pragma comment(lib, "glut32.lib")
-#pragma comment(lib, "winmm.lib")
-
//errorLog MUST be kept - it is used by other files
LOG errorLog;
WINDOW window;