windows-specific libraries should appear in WIN_SYS_LIBS

This commit is contained in:
David Rose 2002-03-02 23:45:13 +00:00
parent 730b86cb0e
commit 6bb3cf31ef

View File

@ -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