Demos (master): wgl/rtotex: Don't hardcode glut and other libraries' names

Jose Fonseca jrfonseca at kemper.freedesktop.org
Wed Feb 8 18:06:56 UTC 2012


Module: Demos
Branch: master
Commit: 3f5e0ca74b2019ee77671cef4861ece4a1fb37b1
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=3f5e0ca74b2019ee77671cef4861ece4a1fb37b1

Author: José Fonseca <jfonseca at vmware.com>
Date:   Wed Feb  8 18:06:28 2012 +0000

wgl/rtotex: Don't hardcode glut and other libraries' names

---

 src/wgl/rtotex/main.cpp |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/src/wgl/rtotex/main.cpp b/src/wgl/rtotex/main.cpp
index 0883b47..0cfa0d9 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;




More information about the mesa-commit mailing list