Changeset 372 for trunk


Ignore:
Timestamp:
02/07/05 11:05:01 (19 years ago)
Author:
vor010
Message:

with a root-directory Makefile

Location:
trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/install.sh

    r297 r372  
    1717fi
    1818#
     19
     20# check to allow setup via command line parameters
     21if [ x"$1" != x ];
     22then
     23ASAPDIR=$1
     24echo "ASAP will be installed into "$ASAPDIR
     25fi
     26
     27if [ x"$2" != x ];
     28then
     29SRCDIR=$2
     30echo "from "$SRCDIR
     31fi
    1932
    2033# where the source python files are
Note: See TracChangeset for help on using the changeset viewer.