Skip to content

Commit

Permalink
include/GL/glui.h: remove pragma comment(lib, "glui32.lib")
Browse files Browse the repository at this point in the history
 - this is an anti feature that instead of helping will lead to endless
   head scratching why the linker is even looking for a file called
   glui32.lib even though it is nowhere in its arguments
  • Loading branch information
josch committed Sep 22, 2015
1 parent 94e6e28 commit 5881186
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions include/GL/glui.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,6 @@

#define GLUI_VERSION 2.36f /********** Current version **********/

#if defined(_WIN32)
# if !defined(GLUI_NO_LIB_PRAGMA) && !defined(GLUI_BUILDING_LIB)
// Link automatically with GLUI library
# if defined GLUIDLL // define this when using glui dynamic library
# pragma comment(lib, "glui32dll.lib")
# else
# pragma comment(lib, "glui32.lib")
# endif
# endif
#endif


/********** List of GLUT callbacks ********/

enum GLUI_Glut_CB_Types
Expand Down

0 comments on commit 5881186

Please sign in to comment.