Overview
Comment:Uses standard mkoctfile
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 1ff989db2fba7ba5a71b59648cf834b90624bbd6e8640db972ea1e61baa7a7d1
User & Date: gawthrop@users.sourceforge.net on 2001-04-10 13:56:13
Other Links: branch diff | manifest | tags
Context
2001-04-10
13:57:33
Fixed bash/sh compatibility bug check-in: 6c6042c820 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:56:13
Uses standard mkoctfile check-in: 1ff989db2f user: gawthrop@users.sourceforge.net tags: origin/master, trunk
13:09:13
*** empty log message *** check-in: 9647887f99 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mttrc from [7589304a95] to [0f9552ddfb].

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







+
+
+









###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
## Revision 1.20  2001/04/10 13:08:19  gawthrop
## Smoother translation to .cs using sh2csh
##
## Revision 1.19  2001/03/30 15:13:49  gawthrop
## Rationalised simulation modes to each return mtt_data
##
## Revision 1.18  2001/03/19 02:28:52  geraint
## Branch merge: merging-ode2odes-exe back to MAIN.
##
## Revision 1.17.2.4  2001/03/06 03:48:43  geraint
153
154
155
156
157
158
159
160


161
162
163
164
165
166
167
156
157
158
159
160
161
162

163
164
165
166
167
168
169
170
171







-
+
+







  # Setup latex2html
  export LATEX2HTML="latex2html -contents_in_navigation -index_in_navigation -address http://mtt.sourceforge.net"
  
  # Ascend stuff
  export ASCENDLIBRARY=$MTTPATH/ascend/lib
  
  # Oct file generation - use version with no optimisation.
  export MKOCTFILE=$MTT_LIB/octave/mkoctfile
  #export MKOCTFILE=$MTT_LIB/octave/mkoctfile # This for no optimisation
    export MKOCTFILE=mkoctfile

  # ode2odes.exe stuff

    # local system

    export PLAT="i686-pc-linux-gnu"
#    PREFIX="/usr/local"


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]