mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
launcher exe for windows and much joy
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
if test -d work
|
||||
then
|
||||
echo
|
||||
else
|
||||
echo Setting up directories to build for linux...
|
||||
cp -r ../shared work
|
||||
@@ -31,6 +32,7 @@ cd ..
|
||||
# make sure bagel exists, if not, check it out of cvs
|
||||
if test -d bagel
|
||||
then
|
||||
echo
|
||||
else
|
||||
echo Doing CVS checkout of bagel...
|
||||
cvs co bagel
|
||||
|
||||
Reference in New Issue
Block a user