Changeset 274 for tools/Scripts
- Timestamp:
- 07/30/10 12:35:09 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/Scripts/Logon
r229 r274 8 8 if [ -z "$DIMDIR" ]; then export DIMDIR=/usr/local/dim/; fi 9 9 if [ -z "$QWTDIR" ]; then export QWTDIR=/usr/local/qwt/; fi 10 if [ -z "$QTDIR" ]; then export QTDIR=/usr/local/Trolltech/Qt-4.6.2; fi 10 11 11 12 export LD_LIBRARY_PATH=$QWTDIR/lib:$DIMDIR/linux:$LD_LIBRARY_PATH 12 export PATH=$DIMDIR/linux:$REPOS_DIR/tools/Scripts: /usr/local/Trolltech/Qt-4.4.3/bin:.:$PATH13 export PATH=$DIMDIR/linux:$REPOS_DIR/tools/Scripts:$QTDIR/bin:.:$PATH 13 14 14 15 echo
Note:
See TracChangeset
for help on using the changeset viewer.