doublecmd/components/build.bat
2008-04-01 19:04:46 +00:00

9 lines
No EOL
234 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 KASToolBar\kascomp.lpk
%lazpath%\lazbuild.exe viewer\viewerpackage.lpk
popd