dylib and so relationships

This commit is contained in:
Roger Hughston 2006-09-22 20:36:54 +00:00
parent 6bce84ef12
commit 2e4a79ef7f

View File

@ -366,8 +366,8 @@ $[TAB] $[shared_lib_c]
#if $[BUNDLE_EXT]
// Also generate the bundles (on OSX only).
#define target $[ODIR]/lib$[TARGET]$[BUNDLE_EXT]
#define source $[ODIR]/lib$[TARGET]$[DYNAMIC_LIB_EXT]
$[target] : $[sources] $[static_lib_dependencies]
#define sources $[ODIR]/lib$[TARGET]$[DYNAMIC_LIB_EXT]
$[target] : $[sources] $[static_lib_dependencies]
$[TAB] $[BUNDLE_LIB_C++]
#endif // BUNDLE_EXT
#endif