mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
19 lines
620 B
Batchfile
19 lines
620 B
Batchfile
@echo off
|
|
|
|
rem Compiling components
|
|
|
|
rem Do not execute this script directly.
|
|
rem This script is called from ..\build.bat.
|
|
|
|
pushd components
|
|
lazbuild chsdet\chsdet.lpk %DC_ARCH%
|
|
lazbuild multithreadprocs\multithreadprocslaz.lpk %DC_ARCH%
|
|
lazbuild kascrypt\kascrypt.lpk %DC_ARCH%
|
|
lazbuild doublecmd\doublecmd_common.lpk %DC_ARCH%
|
|
lazbuild Image32\Image32.lpk %DC_ARCH%
|
|
lazbuild KASToolBar\kascomp.lpk %DC_ARCH%
|
|
lazbuild viewer\viewerpackage.lpk %DC_ARCH%
|
|
lazbuild gifview\gifview.lpk %DC_ARCH%
|
|
lazbuild synunihighlighter\synuni.lpk %DC_ARCH%
|
|
lazbuild virtualterminal\virtualterminal.lpk %DC_ARCH%
|
|
popd
|