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

10 lines
No EOL
219 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 KASToolBar/kascomp.lpk
$lazpath/lazbuild viewer/viewerpackage.lpk
popd