Deployment Script again
Ruslan Zasukhin
ruslan_zasukhin at valentina-db.com
Sun Feb 28 06:56:57 CST 2010
On 2/28/10 1:22 PM, "Ernesto Giannotta" <ernestogiannotta at tiscalinet.it>
wrote:
> Hi all,
>
> maybe this line:
> # change id of VSDK.framework
> install_name_tool -id
> "@executable_path/../vcomponents/VSDK.framework/Versions/A/VSDK"
> "$app_vcomp"/VSDK.framework/Versions/A/VSDK
>
> should be rewritten as:
> # change id of VSDK.framework
> if [ -d "$app_vcomp"/VSDK.framework ] ; then
> install_name_tool -id
> "@executable_path/../vcomponents/VSDK.framework/Versions/A/VSDK"
> "$app_vcomp"/VSDK.framework/Versions/A/VSDK
> fi
Strange... I will check again script.
May be new upload have go to wrong place ...
> BTW, Ruslan can I safely comment out the following if I don't use Reports?
Yes you can I think.
> # WX (required for VREPORT only)
> #if [ ! -e "$app_vcomp"/libwx_mac.dylib ] ; then
> # cp /usr/local/lib/vcomponents/libwx_mac.dylib "$app_vcomp"
> #fi
>
> # VREPORT
> #if [ ! -e "$app_vcomp"/libvreport_fat_release.dylib ] ; then
> # cp /usr/local/lib/vcomponents/libvreport_fat_release.dylib "$app_vcomp"
> #fi
>
>
> and
>
> # change id of WX
> # install_name_tool -id "@executable_path/../vcomponents/libwx_mac.dylib"
> "$app_vcomp"/libwx_mac.dylib
>
> # change id of VREPORT
> # install_name_tool -id
> "@executable_path/../vcomponents/libvreport_fat_release.dylib"
> #"$app_vcomp"/libvreport_fat_release.dylib
> # install_name_tool -change
> "/usr/local/lib/vcomponents/libvshared_fat_release.dylib"
> "@executable_path/../vcomponents/#libvshared_fat_release.dylib"
> "$app_vcomp"/libvreport_fat_release.dylib
> # install_name_tool -change "/usr/local/lib/vcomponents/libwx_mac.dylib"
> "@executable_path/../vcomponents/libwx_mac.dylib"
> #"$app_vcomp"/libvreport_fat_release.dylib
--
Best regards,
Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc
Valentina - Joining Worlds of Information
http://www.paradigmasoft.com
[I feel the need: the need for speed]
More information about the Valentina
mailing list