From 6caeb369d66a287ba8f6a76c685c78811518d76c Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 21 Aug 2009 21:50:49 +0000 Subject: [PATCH] slightly less hacky --- direct/src/plugin/Sources.pp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/direct/src/plugin/Sources.pp b/direct/src/plugin/Sources.pp index 209f0f62e5..141f720246 100644 --- a/direct/src/plugin/Sources.pp +++ b/direct/src/plugin/Sources.pp @@ -115,6 +115,9 @@ #define WIN_SYS_LIBS user32.lib + // If you have to link with a static Python library, define it here. + #define EXTRA_LIBS $[EXTRA_P3DPYTHON_LIBS] + #end bin_target #begin static_lib_target