git-svn-id: svn://db.shs.com.ru/libs@848 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-03-18 20:28:34 +00:00
parent 79bb210597
commit 681969c88a
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ void procLdd(PIString file, bool ext_lib = false, int cur_depth = 0) {
checked_libs << file; checked_libs << file;
++cur_depth; ++cur_depth;
if (cur_depth > depth) return; if (cur_depth > depth) return;
piCout << "scan" << file << "..." << cur_depth; piCout << "scan" << file << "..." << cur_depth << checked_libs;
PISet<PIString> cur_libs; PISet<PIString> cur_libs;
if (ext_lib) { if (ext_lib) {
if (!all_libs[file]) { if (!all_libs[file]) {

View File

@@ -220,7 +220,7 @@ macro(deploy_target _T)
COMMAND echo \"Replaces:\" ${_echo} COMMAND echo \"Replaces:\" ${_echo}
COMMAND echo \"Section: misc\" ${_echo} COMMAND echo \"Section: misc\" ${_echo}
COMMAND echo \"Priority: optional\" ${_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} #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 # generate deb
#COMMAND genisoimage -quiet -V ${_T} -D -R -apple -no-pad -o ${_DESTINATION}/${_TV}.dmg ${_DMG} #COMMAND genisoimage -quiet -V ${_T} -D -R -apple -no-pad -o ${_DESTINATION}/${_TV}.dmg ${_DMG}