Browse Source

windows-specific libraries should appear in WIN_SYS_LIBS

David Rose 24 years ago
parent
commit
6bb3cf31ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/metalibs/pandagl/Sources.pp

+ 1 - 1
panda/metalibs/pandagl/Sources.pp

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