mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
correct dependencies for linking
This commit is contained in:
parent
63d6ed7ae4
commit
322c9be858
@ -24,7 +24,14 @@
|
|||||||
#define TARGET p3d_plugin
|
#define TARGET p3d_plugin
|
||||||
#define LIB_PREFIX
|
#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 \
|
#define COMBINED_SOURCES \
|
||||||
$[TARGET]_composite1.cxx
|
$[TARGET]_composite1.cxx
|
||||||
|
Loading…
x
Reference in New Issue
Block a user