Browse Source

use win-sys-libs

cxgeorge 24 years ago
parent
commit
3644c9429c
1 changed files with 3 additions and 4 deletions
  1. 3 4
      panda/metalibs/pandadx/Sources.pp

+ 3 - 4
panda/metalibs/pandadx/Sources.pp

@@ -17,8 +17,7 @@
 #begin metalib_target
   #define TARGET pandadx
   #define SOURCES pandadx.cxx  
-  #define TARGET_LIBS \
-     ddraw.lib d3dim.lib dxguid.lib   \
-     winmm.lib kernel32.lib gdi32.lib \
-     user32.lib
+  #define WIN_SYS_LIBS \
+     ddraw.lib d3dim.lib dxguid.lib winmm.lib \
+     kernel32.lib gdi32.lib user32.lib $[WIN_SYS_LIBS]
 #end metalib_target