doublecmd/components/build.bat
2010-06-06 18:27:06 +00:00

11 lines
367 B
Batchfile

rem Compiling components
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 %DC_ARCH%
%lazpath%\lazbuild.exe KASToolBar\kascomp.lpk %DC_ARCH%
%lazpath%\lazbuild.exe viewer\viewerpackage.lpk %DC_ARCH%
%lazpath%\lazbuild.exe gifanim\pkg_gifanim.lpk %DC_ARCH%
popd