Overview
Comment: | Added MTT_REP to PATH |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
a3f28d5c6c89c6e556d3883a2262fff1 |
User & Date: | gawthrop@users.sourceforge.net on 2002-05-08 11:39:36 |
Other Links: | branch diff | manifest | tags |
Context
2002-05-08
| ||
14:14:55 | Tidied up ode2odes code - reduced interweaving of STANDALONE/OCTAVEDLD sections check-in: 80539fd341 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
11:39:36 | Added MTT_REP to PATH check-in: a3f28d5c6c user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
11:37:30 | Preliminary version of new style DIY rep for nppp check-in: fe8e70d7e1 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mttrc from [72b878e5c8] to [d1cbabffc3].
︙ | |||
11 12 13 14 15 16 17 18 19 20 21 22 23 24 | 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | + + + + + | ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.32 2002/05/07 23:50:34 geraint ## Preliminary support for Matlab dynamically linked shared objects: ## invoke with: mtt -cc sys rep mexglx ## ode2odes support is not yet included. ## ## Revision 1.31 2002/05/02 20:12:45 geraint ## Added -Wl,--rpath to MTT_CXXLIBS. Sets the runtime linker path so that the ## sys-admin does not have to ldconfig the octave directory for -cc to work. ## ## Revision 1.30 2002/05/02 11:10:11 geraint ## s/loctave/loctinterp/ ## |
︙ | |||
150 151 152 153 154 155 156 | 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 | - + | export MTT_CC=$MTT_BASE/cc export MTT_COMPONENTS=.:$MTT_LIB/comp export MTT_CRS=$MTT_LIB/cr export MTT_EXAMPLES=$MTT_LIB/examples export MTT_REP=$MTT_LIB/rep |
︙ |