mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Build and install preview plugin
This commit is contained in:
parent
36a915c70e
commit
589f57b5e5
3 changed files with 12 additions and 3 deletions
|
|
@ -48,9 +48,10 @@ const
|
|||
'plugins/wcx/cpio/src/cpio.lpi'
|
||||
);
|
||||
|
||||
WindowsPlugins: array[1..1] of String =
|
||||
WindowsPlugins: array[1..2] of String =
|
||||
(
|
||||
'plugins/wcx/sevenzip/src/SevenZipWcx.lpi'
|
||||
'plugins\wcx\sevenzip\src\SevenZipWcx.lpi',
|
||||
'plugins\wlx\preview\src\preview.lpi'
|
||||
);
|
||||
|
||||
DeleteFiles: array[1..6] of String =
|
||||
|
|
|
|||
|
|
@ -22,6 +22,9 @@ mkdir %DC_INSTALL_DIR%\plugins\wdx\audioinfo
|
|||
rem WFX plugins directories
|
||||
mkdir %DC_INSTALL_DIR%\plugins\wfx
|
||||
mkdir %DC_INSTALL_DIR%\plugins\wfx\ftp
|
||||
rem WLX plugins directories
|
||||
mkdir %DC_INSTALL_DIR%\plugins\wlx
|
||||
mkdir %DC_INSTALL_DIR%\plugins\wlx\preview
|
||||
|
||||
mkdir %DC_INSTALL_DIR%\doc
|
||||
rem Copy directories
|
||||
|
|
@ -56,3 +59,5 @@ copy plugins\wdx\audioinfo\audioinfo.lng %DC_INSTALL_DIR%\plugins\wdx\audioinfo
|
|||
rem WFX
|
||||
copy plugins\wfx\ftp\ftp.wfx %DC_INSTALL_DIR%\plugins\wfx\ftp\
|
||||
xcopy /E plugins\wfx\ftp\language %DC_INSTALL_DIR%\plugins\wfx\ftp\language\
|
||||
rem WLX
|
||||
copy plugins\wlx\preview\preview.wlx %DC_INSTALL_DIR%\plugins\wlx\preview\
|
||||
|
|
|
|||
|
|
@ -22,7 +22,10 @@ lazbuild wdx\xpi_wdx\src\xpi_wdx.lpi %DC_ARCH%
|
|||
lazbuild wdx\audioinfo\src\AudioInfo.lpi %DC_ARCH%
|
||||
|
||||
rem WFX plugins
|
||||
lazbuild wfx\ftp\src\ftp.lpi %DC_ARCH%
|
||||
lazbuild wfx\ftp\src\ftp.lpi %DC_ARCH%
|
||||
|
||||
rem WLX plugins
|
||||
lazbuild wlx\preview\src\preview.lpi %DC_ARCH%
|
||||
|
||||
rem Return from plugins directory
|
||||
popd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue