Overview
| Comment: | Put under RCS at last Added CC variable |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | origin/master | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
b942b3cbd21ff2c598c1d87d74d12930 |
| User & Date: | gawthrop@users.sourceforge.net on 1997-12-04 10:49:16.000 |
| Other Links: | branch diff | manifest | tags |
Context
|
1997-12-04
| ||
| 10:58:15 | Tidied up switches check-in: 9210642021 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 10:49:16 |
Put under RCS at last Added CC variable check-in: b942b3cbd2 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
| 10:47:39 | Initial revision check-in: 4eaff637f9 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/bin/mttrc
from [fc4a582224]
to [b005e04bb6].
1 2 3 4 5 6 7 8 |
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
# Bourne shell script: mttrc - sets up paths etc for mtt
# Usage: mttrc
| | | | > > > > > > | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
#! /bin/sh
######################################
##### Model Transformation Tools #####
######################################
# Bourne shell script: mttrc - sets up paths etc for mtt
# Usage: mttrc
# Copyright (c) P.J.Gawthrop 1996,1977.
###############################################################
## Version control history
###############################################################
## $Id$
## $Log$
###############################################################
#Edit the following line to show the location of mtt
MTTPATH=~/mtt_new/mtt
# The following line sets up the make to use -- gmake is the standard
# but you may wish to use lsmake for parallelism
MAKE='gmake'
|
| ︙ | ︙ |