From 4f005fbfb5c7a827f333aab41f92dcdb668e738f Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 15 Jun 2009 02:48:35 +0000 Subject: [PATCH] build with link_all_static --- direct/src/plugin/Sources.pp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/direct/src/plugin/Sources.pp b/direct/src/plugin/Sources.pp index 5828fbf845..e29ba804fe 100644 --- a/direct/src/plugin/Sources.pp +++ b/direct/src/plugin/Sources.pp @@ -1,6 +1,6 @@ // This directory is still experimental. Define HAVE_P3D_PLUGIN in // your Config.pp to build it. -#define BUILD_DIRECTORY $[and $[HAVE_P3D_PLUGIN],$[HAVE_PYTHON],$[HAVE_TINYXML],$[HAVE_OPENSSL],$[HAVE_ZLIB],$[HAVE_TAR]] +#define BUILD_DIRECTORY $[and $[HAVE_P3D_PLUGIN],$[HAVE_TINYXML],$[HAVE_OPENSSL],$[HAVE_ZLIB],$[HAVE_TAR]] #begin lib_target #define USE_PACKAGES tinyxml openssl zlib tar @@ -36,6 +36,7 @@ #end lib_target #begin bin_target + #define BUILD_TARGET $[HAVE_PYTHON] #define USE_PACKAGES tinyxml python #define TARGET p3dpython @@ -57,7 +58,7 @@ #end bin_target #begin bin_target - #define USE_PACKAGES openssl + #define USE_PACKAGES openssl zlib tar #define TARGET panda3d #define OTHER_LIBS \ @@ -68,6 +69,8 @@ pipeline:c panda:m \ pystub + #define OSX_SYS_FRAMEWORKS Foundation AppKit + #define SOURCES \ panda3d.cxx