doublecmd/components/build.bat
2008-10-24 05:34:45 +00:00

10 lines
279 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
%lazpath%\lazbuild.exe KASToolBar\kascomp.lpk
%lazpath%\lazbuild.exe viewer\viewerpackage.lpk
popd