mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
10 lines
No EOL
219 B
Bash
Executable file
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 |