summaryrefslogtreecommitdiff
path: root/examples/gui/compileall.sh
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-11-14 10:32:34 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-11-14 10:32:34 +0000
commit1d69dbaffb8baa8b9904e1461db6b4e42ee77744 (patch)
tree6f06ffdc0a3b8f62f0a7769cedf3e9c77c1a282c /examples/gui/compileall.sh
parent4faf2f4d4cb1bc65b1db228808f3aa3201482171 (diff)
downloadfpGUI-1d69dbaffb8baa8b9904e1461db6b4e42ee77744.tar.xz
* updated all extrafpc.cfg files to use the correct lib output directory.
Diffstat (limited to 'examples/gui/compileall.sh')
-rwxr-xr-xexamples/gui/compileall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gui/compileall.sh b/examples/gui/compileall.sh
index 151c6666..1fed112d 100755
--- a/examples/gui/compileall.sh
+++ b/examples/gui/compileall.sh
@@ -5,7 +5,7 @@ do
DIR=`dirname $f`
PROJECT=`basename $f`
LPRNAME=`basename $PROJECT .lpr`
- echo Doing $LPRNAME
+ echo Doing $LPRNAME in $DIR
cd $DIR
if [ ! -d units ]; then
echo 'Missing units dir'