get external editor working, also only build preproc when new work dir

This commit is contained in:
benfry
2005-02-04 03:36:06 +00:00
parent 05816e9ac3
commit d8dccacbbd
5 changed files with 25 additions and 15 deletions
+5 -2
View File
@@ -5,7 +5,7 @@
if test -d work
then
echo
BUILD_PREPROC=false
else
if test -f /sw/bin/cp
then
@@ -16,6 +16,8 @@ else
fi
echo Setting up directories to build under Mac OS X
BUILD_PREPROC=true
cp -r ../shared work
cp -r ../../lib work/libraries
@@ -79,7 +81,8 @@ cd ../app
#echo Removing preproc code so it will regenerate
#rm preprocessor/expandedpde.g
if test -f preprocessor/expandedpde.g
if $BUILD_PREPROC
#if test -f preprocessor/expandedpde.g
then
echo
else