Overview
Comment:Stripped the mtt- from paths
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: e118e646825ddb878ef41f8f51b4aa7eb477b478f5ac03f7468a34b08997ae14
User & Date: gawthrop@users.sourceforge.net on 2000-12-27 16:46:13
Other Links: branch diff | manifest | tags
Context
2000-12-27
16:51:18
Initial revision check-in: 943ab01fa9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:46:13
Stripped the mtt- from paths check-in: e118e64682 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
16:42:44
Initial revision check-in: 9abf460616 user: gawthrop@users.sourceforge.net tags: origin/master, trunk
Changes

Modified mttroot/mtt/bin/mttrc from [72bcf54b19] to [7b899869da].

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.16  2000/12/27 15:16:44  peterg
## If then else format
##
## Revision 1.15  2000/12/27 14:57:43  peterg
## Now takes the base path as an argument
##
## Revision 1.14  2000/12/27 13:11:43  peterg
## *** empty log message ***
##
## Revision 1.13  2000/10/03 12:12:14  peterg
72
73
74
75
76
77
78
79
80
81



82
83
84
85
86
87
88
75
76
77
78
79
80
81



82
83
84
85
86
87
88
89
90
91







-
-
-
+
+
+







  export MAKE='make'
  
  # The following sets up the c compiler
  export CC='gcc'
  
  # Setup the paths
  export MTTPATH=$MTT_BASE/bin
  export MTT_LIB=$MTT_BASE/mtt-lib
  export MTT_DOC=$MTT_BASE/mtt-doc
  export MTT_CC=$MTT_BASE/mtt-cc
  export MTT_LIB=$MTT_BASE/lib
  export MTT_DOC=$MTT_BASE/doc
  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
  
  export PATH=$PATH\:$MTTPATH\:$MTTPATH/trans\:$MTT_CC


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