mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
support for LINK_ALL_STATIC
This commit is contained in:
parent
30c07c2714
commit
a944e44c60
@ -9,4 +9,12 @@
|
|||||||
#define INSTALL_HEADERS \
|
#define INSTALL_HEADERS \
|
||||||
directbase.h directsymbols.h
|
directbase.h directsymbols.h
|
||||||
|
|
||||||
|
// These libraries and frameworks are used by dtoolutil; we redefine
|
||||||
|
// them here so they get into the panda build system.
|
||||||
|
#if $[ne $[PLATFORM], FreeBSD]
|
||||||
|
#define UNIX_SYS_LIBS dl
|
||||||
|
#endif
|
||||||
|
#define WIN_SYS_LIBS shell32.lib
|
||||||
|
#define OSX_SYS_FRAMEWORKS Foundation $[if $[not $[BUILD_IPHONE]],AppKit]
|
||||||
|
|
||||||
#end lib_target
|
#end lib_target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user