cxgeorge 24 anos atrás
pai
commit
7671f62a99

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

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

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

@@ -21,8 +21,7 @@
 
 #begin metalib_target
   #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
 #end metalib_target