From fb4a5381fe16e34aa525168a85d8f50cc10aee57 Mon Sep 17 00:00:00 2001 From: Darren Ranalli Date: Tue, 17 Oct 2000 23:55:37 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/dxgsg/Sources.pp | 3 +++ panda/src/wdxdisplay/Sources.pp | 2 ++ 2 files changed, 5 insertions(+) diff --git a/panda/src/dxgsg/Sources.pp b/panda/src/dxgsg/Sources.pp index cc99d81732..c49c7725fa 100644 --- a/panda/src/dxgsg/Sources.pp +++ b/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 \ diff --git a/panda/src/wdxdisplay/Sources.pp b/panda/src/wdxdisplay/Sources.pp index e26eca001a..4a5465b451 100644 --- a/panda/src/wdxdisplay/Sources.pp +++ b/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 \