From 13394640e40fe38f4fc22f4a5adbc508470e6bd8 Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 18 Jul 2001 00:11:27 +0000 Subject: [PATCH] *** empty log message *** --- pandaapp/src/stitch/Sources.pp | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/pandaapp/src/stitch/Sources.pp b/pandaapp/src/stitch/Sources.pp index 048a13b6f4..b563f3a560 100644 --- a/pandaapp/src/stitch/Sources.pp +++ b/pandaapp/src/stitch/Sources.pp @@ -5,7 +5,9 @@ #define OTHER_LIBS \ progbase converter \ pnmimage:c mathutil:c linmath:c putil:c panda:m \ - express:c pandaexpress:m pystub dtoolconfig dtool + express:c pandabase:c pandaexpress:m \ + dtoolutil:c dconfig:c dtoolbase:c dtoolconfig:m dtool:m \ + pystub #define SOURCES \ stitchCommandProgram.cxx stitchCommandProgram.h @@ -21,7 +23,9 @@ #define OTHER_LIBS \ progbase converter \ pnmimagetypes:c pnmimage:c linmath:c putil:c panda:m \ - express:c pandaexpress:m pystub dtoolconfig dtool + express:c pandabase:c pandaexpress:m \ + dtoolutil:c dconfig:c dtoolbase:c dtoolconfig:m dtool:m \ + pystub #define SOURCES \ stitchImageProgram.cxx stitchImageProgram.h @@ -36,9 +40,10 @@ progbase converter \ device:c tform:c graph:c dgraph:c sgraph:c gobj:c sgattrib:c \ event:c chancfg:c display:c sgraphutil:c light:c \ - pnmimagetypes:c pnmimage:c putil:c express:c \ + pnmimagetypes:c pnmimage:c putil:c express:c pandabase:c \ panda:m pandaexpress:m \ - dtoolutil:c dconfig:c dtoolconfig:m dtool:m pystub + dtoolutil:c dconfig:c dtoolbase:c dtoolconfig:m dtool:m \ + pystub #define SOURCES \ stitchViewerProgram.cxx stitchViewerProgram.h