windows-specific libraries should appear in WIN_SYS_LIBS
This commit is contained in:
parent
730b86cb0e
commit
6bb3cf31ef
|
|
@ -23,5 +23,5 @@
|
|||
#define TARGET pandagl
|
||||
#define SOURCES pandagl.cxx pandagl.h
|
||||
#define INSTALL_HEADERS pandagl.h
|
||||
#define TARGET_LIBS opengl32.lib glu32.lib winmm.lib kernel32.lib oldnames.lib user32.lib gdi32.lib
|
||||
#define WIN_SYS_LIBS opengl32.lib glu32.lib winmm.lib kernel32.lib oldnames.lib user32.lib gdi32.lib
|
||||
#end metalib_target
|
||||
|
|
|
|||
Loading…
Reference in New Issue