mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
dylib and so relationships
This commit is contained in:
parent
6bce84ef12
commit
2e4a79ef7f
@ -366,7 +366,7 @@ $[TAB] $[shared_lib_c]
|
|||||||
#if $[BUNDLE_EXT]
|
#if $[BUNDLE_EXT]
|
||||||
// Also generate the bundles (on OSX only).
|
// Also generate the bundles (on OSX only).
|
||||||
#define target $[ODIR]/lib$[TARGET]$[BUNDLE_EXT]
|
#define target $[ODIR]/lib$[TARGET]$[BUNDLE_EXT]
|
||||||
#define source $[ODIR]/lib$[TARGET]$[DYNAMIC_LIB_EXT]
|
#define sources $[ODIR]/lib$[TARGET]$[DYNAMIC_LIB_EXT]
|
||||||
$[target] : $[sources] $[static_lib_dependencies]
|
$[target] : $[sources] $[static_lib_dependencies]
|
||||||
$[TAB] $[BUNDLE_LIB_C++]
|
$[TAB] $[BUNDLE_LIB_C++]
|
||||||
#endif // BUNDLE_EXT
|
#endif // BUNDLE_EXT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user