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

11 lines
257 B
Bash
Executable file

#!/bin/sh
# Compiling components
# This script run from _make.bat
# 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