mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Building CmdLine component in build scripts
This commit is contained in:
parent
3e45e22990
commit
f8d8da3654
3 changed files with 7 additions and 3 deletions
|
|
@ -35,8 +35,10 @@ del /Q plugins\wcx\zip\*.*~
|
|||
del /Q plugins\wcx\unbz2\*.*~
|
||||
del /Q plugins\wcx\unrar\*.*~
|
||||
|
||||
del /Q components\CmdLine\lib\i386-win32\*.*
|
||||
del /Q components\KASToolBar\lib\i386-win32\*.*
|
||||
del /Q components\viewer\lib\i386-win32\*.*
|
||||
|
||||
del /Q components\CmdLine\lib\i386-linux\*.*
|
||||
del /Q components\KASToolBar\lib\i386-linux\*.*
|
||||
del /Q components\viewer\lib\i386-linux\*.*
|
||||
del /Q components\viewer\lib\i386-linux\*.*
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ rem This script run from _make.bat
|
|||
rem If you run it direct, set up %lazpath% first
|
||||
|
||||
pushd components
|
||||
%lazpath%\lazbuild.exe CmdLine\cmdbox.lpk
|
||||
%lazpath%\lazbuild.exe KASToolBar\kascomp.lpk
|
||||
%lazpath%\lazbuild.exe viewer\viewerpackage.lpk
|
||||
popd
|
||||
popd
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
# If you run it direct, set up $lazpath first
|
||||
|
||||
pushd components
|
||||
$lazpath/lazbuild CmdLine/cmdbox.lpk
|
||||
$lazpath/lazbuild KASToolBar/kascomp.lpk
|
||||
$lazpath/lazbuild viewer/viewerpackage.lpk
|
||||
popd
|
||||
popd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue