Parent Directory
|
Revision Log
Better plot points in moody diagram model. Attempt to get rid of some compiler warnings in extmethod. Better handling of LD_LIBRARY_PATH and ASCENDLIBRARY in ascdev. Changed default documentation path (to avoid warnings, seems like a scons bug?)
1 | #!/bin/sh |
2 | |
3 | export ASC_START=$PWD |
4 | cd @SOURCE_ROOT@/pygtk |
5 | export LD_LIBRARY_PATH="@SOURCE_ROOT@:$LD_LIBRARY_PATH" |
6 | export ASCENDLIBRARY="@SOURCE_ROOT@/models:$ASCENDLIBRARY" |
7 | export ASC_DEV=1 |
8 | |
9 | if [ "x$ASC_GDB" != "x" ]; then |
10 | cmd="gdb --symbols=../@ASC_SHLIBPREFIX@ascend@ASC_SHLIBSUFFIX@ --args python ascend" |
11 | else |
12 | cmd="./ascend" |
13 | fi |
14 | |
15 | $cmd $@ |
john.pye@anu.edu.au | ViewVC Help |
Powered by ViewVC 1.1.22 |