mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
ADD: Build samba plugin
This commit is contained in:
parent
3cfca5a04a
commit
4dbfaca19f
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ $lazbuild wdx/xpi_wdx/src/xpi_wdx.lpi $DC_ARCH
|
|||
|
||||
# WFX plugins
|
||||
$lazbuild wfx/ftp/src/ftp.lpi $DC_ARCH
|
||||
$lazbuild wfx/samba/src/samba.lpi $DC_ARCH
|
||||
|
||||
# WLX plugins
|
||||
$lazbuild wlx/WlxMplayer/src/wlxMplayer.lpi $DC_ARCH
|
||||
|
|
@ -79,6 +80,10 @@ cd wfx/ftp/lib/
|
|||
strip --strip-all ftp.wfx
|
||||
cd $pluginsdir
|
||||
|
||||
cd wfx/samba/lib/
|
||||
strip --strip-all samba.wfx
|
||||
cd $pluginsdir
|
||||
|
||||
# Strip and rename WLX
|
||||
cd wlx/WlxMplayer/lib/
|
||||
strip --strip-all wlxmplayer.wlx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue