Overview
Comment: | Removed erroneous "gino" |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
9f4e71dd8857c42120c4b4c013f13420 |
User & Date: | gawthrop@users.sourceforge.net on 2003-03-24 15:10:14 |
Other Links: | branch diff | manifest | tags |
Context
2003-03-25
| ||
10:24:06 |
SS_seqn Port SS now has forced "external,external" attribute Sensor_seqn has temporary fix which leads to redundant equations check-in: 0df754caaf user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2003-03-24
| ||
15:10:14 | Removed erroneous "gino" check-in: 9f4e71dd88 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
14:37:55 | *** empty log message *** check-in: 0a9b764c33 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/gino/Makefile from [166a6cf538] to [9715ccae4b].
1 2 3 4 5 6 7 8 9 10 11 | ## Makefile for gino library all: g_funs g_funs: ./create_gino.sh clean: rm -rf g_funs install: g_funs | | > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## Makefile for gino library all: g_funs g_funs: ./create_gino.sh clean: rm -rf g_funs install: g_funs cp -rf ../gino /usr/share/octave/site/m |