mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Wfx plugins to build scripts
This commit is contained in:
parent
eb81b2b7de
commit
e204a88d0f
2 changed files with 24 additions and 0 deletions
|
|
@ -19,6 +19,10 @@ rem WDX plugins
|
|||
%lazpath%\lazbuild.exe wdx\rpm_wdx\src\rpm_wdx.lpi %DC_ARCH%
|
||||
%lazpath%\lazbuild.exe wdx\deb_wdx\src\deb_wdx.lpi %DC_ARCH%
|
||||
|
||||
rem WFX plugins
|
||||
%lazpath%\lazbuild.exe wfx\ftp\src\ftp.lpi %DC_ARCH%
|
||||
%lazpath%\lazbuild.exe wfx\network\src\network.lpi %DC_ARCH%
|
||||
|
||||
rem Strip and rename WCX
|
||||
pushd wcx\cpio\lib\
|
||||
strip --strip-all cpio.dll
|
||||
|
|
@ -66,5 +70,16 @@ strip --strip-all deb_wdx.dll
|
|||
rename deb_wdx.dll deb_wdx.wdx
|
||||
popd
|
||||
|
||||
rem Strip and rename WFX
|
||||
pushd wfx\ftp\lib\
|
||||
strip --strip-all ftp.dll
|
||||
rename ftp.dll ftp.wfx
|
||||
popd
|
||||
|
||||
pushd wfx\network\lib\
|
||||
strip --strip-all network.dll
|
||||
rename network.dll network.wfx
|
||||
popd
|
||||
|
||||
rem Return from plugins directory
|
||||
popd
|
||||
|
|
@ -20,6 +20,9 @@ $lazpath/lazbuild wcx/zip/src/Zip.lpi $DC_ARCH
|
|||
$lazpath/lazbuild wdx/rpm_wdx/src/rpm_wdx.lpi $DC_ARCH
|
||||
$lazpath/lazbuild wdx/deb_wdx/src/deb_wdx.lpi $DC_ARCH
|
||||
|
||||
# WFX plugins
|
||||
$lazpath/lazbuild wfx/ftp/src/ftp.lpi $DC_ARCH
|
||||
|
||||
# WLX plugins
|
||||
$lazpath/lazbuild wlx/WlxMplayer/src/wlxMplayer.lpi $DC_ARCH
|
||||
|
||||
|
|
@ -73,6 +76,12 @@ strip --strip-all deb_wdx.so
|
|||
mv deb_wdx.so deb_wdx.wdx
|
||||
popd
|
||||
|
||||
# Strip and rename WFX
|
||||
pushd wfx/ftp/lib/
|
||||
strip --strip-all ftp.so
|
||||
mv ftp.so ftp.wfx
|
||||
popd
|
||||
|
||||
# Strip and rename WLX
|
||||
pushd wlx/WlxMplayer/lib/
|
||||
strip --strip-all wlxMplayer.so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue