From e010eef043bfc47be436b6d4ee84fc7b05bdc6bc Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 16 Oct 2006 22:10:44 +0000 Subject: [PATCH] properly link with pystub --- pandatool/src/progbase/Sources.pp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pandatool/src/progbase/Sources.pp b/pandatool/src/progbase/Sources.pp index 7c514aed86..5cdd674875 100644 --- a/pandatool/src/progbase/Sources.pp +++ b/pandatool/src/progbase/Sources.pp @@ -8,7 +8,12 @@ pipeline:c event:c panda:m \ pandabase:c pnmimage:c linmath:c putil:c express:c \ interrogatedb:c prc:c dconfig:c dtoolconfig:m \ - dtoolutil:c dtoolbase:c dtool:m + dtoolutil:c dtoolbase:c dtool:m \ + pystub + +// We link with pystub so we can include pystub.h here in +// programBase.cxx, so that every silly little executable in Pandatool +// doesn't have to include pystub.h. #define COMBINED_SOURCES $[TARGET]_composite1.cxx