git-svn-id: svn://db.shs.com.ru/libs@848 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -86,7 +86,7 @@ void procLdd(PIString file, bool ext_lib = false, int cur_depth = 0) {
|
||||
checked_libs << file;
|
||||
++cur_depth;
|
||||
if (cur_depth > depth) return;
|
||||
piCout << "scan" << file << "..." << cur_depth;
|
||||
piCout << "scan" << file << "..." << cur_depth << checked_libs;
|
||||
PISet<PIString> cur_libs;
|
||||
if (ext_lib) {
|
||||
if (!all_libs[file]) {
|
||||
|
||||
@@ -220,7 +220,7 @@ macro(deploy_target _T)
|
||||
COMMAND echo \"Replaces:\" ${_echo}
|
||||
COMMAND echo \"Section: misc\" ${_echo}
|
||||
COMMAND echo \"Priority: optional\" ${_echo}
|
||||
COMMAND echo \"Description: ${${_T}_INFO}\"
|
||||
COMMAND echo \"Description: ${${_T}_INFO}\" ${_echo}
|
||||
#COMMAND deploy_tool -l "${CMAKE_LDD}" -P xcb -q ${Qt5_ROOT} -s "\"${CMAKE_PREFIX_PATH}/lib;${DEPLOY_ADD_LIBPATH}${_DEP_LIBPATH}\"" -o ${_AGD}/usr/lib -p ${_AGD}/usr/ ${_AGD}/Contents/MacOS/${_T}
|
||||
# generate deb
|
||||
#COMMAND genisoimage -quiet -V ${_T} -D -R -apple -no-pad -o ${_DESTINATION}/${_TV}.dmg ${_DMG}
|
||||
|
||||
Reference in New Issue
Block a user