From 322c9be858c45e62239b859a529820d10508ab8e Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 19 Oct 2009 13:42:47 +0000 Subject: [PATCH] correct dependencies for linking --- direct/src/plugin/Sources.pp | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/direct/src/plugin/Sources.pp b/direct/src/plugin/Sources.pp index 8ee50e77e3..fb9c992de0 100644 --- a/direct/src/plugin/Sources.pp +++ b/direct/src/plugin/Sources.pp @@ -24,7 +24,14 @@ #define TARGET p3d_plugin #define LIB_PREFIX - #define OTHER_LIBS $[if $[OSX_PLATFORM],subprocbuffer] + #define OTHER_LIBS \ + $[if $[OSX_PLATFORM],subprocbuffer] \ + prc:c dtoolutil:c dtoolbase:c dtool:m \ + interrogatedb:c dconfig:c dtoolconfig:m \ + express:c downloader:c pandaexpress:m \ + pstatclient:c pandabase:c linmath:c putil:c \ + pipeline:c panda:m \ + pystub #define COMBINED_SOURCES \ $[TARGET]_composite1.cxx