Overview
Comment: | Added AE AF |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
de08e1ed5289c27df47a1970db788c90 |
User & Date: | gawthrop@users.sourceforge.net on 1999-07-28 05:45:24 |
Other Links: | branch diff | manifest | tags |
Context
1999-07-28
| ||
05:46:52 | Now handles unnamed 0 and 1 check-in: 749371a8cf user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
05:45:24 | Added AE AF check-in: de08e1ed52 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
1999-07-27
| ||
04:46:25 | Initial revision check-in: b65c0d0c97 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/xfig/Basic/MAKE_COMPONENTS from [fb6860ee2b] to [709a682b3a].
1 2 3 | #!/bin/sh ## Makes all components | | > > > | | | | | | | | | > > | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | #!/bin/sh ## Makes all components ./MAKE_COMPONENT R r_1 ./MAKE_COMPONENT C c_1 ./MAKE_COMPONENT I i_1 ./MAKE_COMPONENT 0 ./MAKE_COMPONENT 1 ./MAKE_COMPONENT SS ss_1 ./MAKE_COMPONENT Se se_1 ./MAKE_COMPONENT Sf sf_1 ./MAKE_COMPONENT De de_1 ./MAKE_COMPONENT Df df_1 ./MAKE_COMPONENT TF gy_1 ./MAKE_COMPONENT GY gy_1 ./MAKE_COMPONENT AE af_1 ./MAKE_COMPONENT AF af_1 ./MAKE_COMPONENT EMTF emtf_1 ./MAKE_COMPONENT Subsystem sub_1 |