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

Author: José Fonseca <[email protected]>
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;

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to