UPD: Don't strip plugins, use release build mode instead

This commit is contained in:
Alexander Koblov 2015-01-02 15:06:45 +00:00
commit fba12e8991
2 changed files with 0 additions and 63 deletions

View file

@ -25,48 +25,5 @@ lazbuild wdx\xpi_wdx\src\xpi_wdx.lpi %DC_ARCH%
rem WFX plugins
lazbuild wfx\ftp\src\ftp.lpi %DC_ARCH%
rem Strip and rename WCX
pushd wcx\cpio\lib\
strip --strip-all cpio.wcx
popd
pushd wcx\deb\lib\
strip --strip-all deb.wcx
popd
pushd wcx\rpm\lib\
strip --strip-all rpm.wcx
popd
pushd wcx\unrar\lib\
strip --strip-all unrar.wcx
popd
pushd wcx\zip\lib\
strip --strip-all zip.wcx
popd
rem Strip and rename WDX
pushd wdx\rpm_wdx\lib\
strip --strip-all rpm_wdx.wdx
popd
pushd wdx\deb_wdx\lib\
strip --strip-all deb_wdx.wdx
popd
pushd wdx\svn_wdx\lib\
strip --strip-all svn_wdx.wdx
popd
pushd wdx\xpi_wdx\lib\
strip --strip-all xpi_wdx.wdx
popd
rem Strip and rename WFX
pushd wfx\ftp\lib\
strip --strip-all ftp.wfx
popd
rem Return from plugins directory
popd

View file

@ -13,52 +13,32 @@ cd plugins
# WCX plugins
$lazbuild wcx/cpio/src/cpio.lpi $DC_ARCH
strip wcx/cpio/lib/cpio.wcx
$lazbuild wcx/deb/src/deb.lpi $DC_ARCH
strip wcx/deb/lib/deb.wcx
$lazbuild wcx/rpm/src/rpm.lpi $DC_ARCH
strip wcx/rpm/lib/rpm.wcx
$lazbuild wcx/unrar/src/unrar.lpi $DC_ARCH
strip wcx/unrar/lib/unrar.wcx
$lazbuild wcx/zip/src/Zip.lpi $DC_ARCH
strip wcx/zip/lib/zip.wcx
# WDX plugins
$lazbuild wdx/rpm_wdx/src/rpm_wdx.lpi $DC_ARCH
strip wdx/rpm_wdx/lib/rpm_wdx.wdx
$lazbuild wdx/deb_wdx/src/deb_wdx.lpi $DC_ARCH
strip wdx/deb_wdx/lib/deb_wdx.wdx
$lazbuild wdx/svn_wdx/src/svn_wdx.lpi $DC_ARCH
strip wdx/svn_wdx/lib/svn_wdx.wdx
$lazbuild wdx/xpi_wdx/src/xpi_wdx.lpi $DC_ARCH
strip wdx/xpi_wdx/lib/xpi_wdx.wdx
# WFX plugins
$lazbuild wfx/ftp/src/ftp.lpi $DC_ARCH
strip wfx/ftp/lib/ftp.wfx
# Don't build under OS X
if [ -z $(uname | grep Darwin) ]; then
$lazbuild wfx/samba/src/samba.lpi $DC_ARCH
strip wfx/samba/lib/samba.wfx
# WLX plugins
$lazbuild wlx/WlxMplayer/src/wlxMplayer.lpi $DC_ARCH
strip wlx/WlxMplayer/lib/wlxmplayer.wlx
fi
# DSX plugins
$lazbuild dsx/DSXLocate/src/DSXLocate.lpi $DC_ARCH
strip dsx/DSXLocate/lib/dsxlocate.dsx
# Return from plugins directory
cd $basedir