Browse Source

*** empty log message ***

Darren Ranalli 25 years ago
parent
commit
fb4a5381fe
2 changed files with 5 additions and 0 deletions
  1. 3 0
      panda/src/dxgsg/Sources.pp
  2. 2 0
      panda/src/wdxdisplay/Sources.pp

+ 3 - 0
panda/src/dxgsg/Sources.pp

@@ -5,6 +5,9 @@
 
 #begin lib_target
   #define TARGET dxgsg
+  #define LOCAL_LIBS \
+    cull gsgmisc gsgbase gobj sgattrib sgraphutil graph display light \
+    putil linmath sgraph mathutil pnmimage
 
   #define SOURCES \
     config_dxgsg.cxx config_dxgsg.h dxGraphicsStateGuardian.I \

+ 2 - 0
panda/src/wdxdisplay/Sources.pp

@@ -5,6 +5,8 @@
 
 #begin lib_target
   #define TARGET wdxdisplay
+  #define LOCAL_LIBS \
+    dxgsg
 
   #define SOURCES \
     config_wdxdisplay.cxx config_wdxdisplay.h wdxGraphicsPipe.cxx \