Overview
Comment: | Renamed everything to the name of the package (tcc4tcl) |
---|---|
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
78d29c05b7142e2afeec523da4718c9f |
User & Date: | rkeene on 2014-05-03 20:31:22.431 |
Other Links: | manifest | tags |
Context
2014-05-03
| ||
20:37 | Added standard C header files check-in: dcdeaec8b9 user: rkeene tags: trunk | |
20:31 | Renamed everything to the name of the package (tcc4tcl) check-in: 78d29c05b7 user: rkeene tags: trunk | |
2014-05-02
| ||
17:36 | Updated version to 0.2 check-in: fae85b04ca user: rkeene tags: trunk, 0.2 | |
Changes
Modified Makefile.in
from [048e8a608f]
to [32a25d22a0].
︙ | |||
39 40 41 42 43 44 45 | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | - - + + - - - - + + + + - - - - - + + + + + - + - + - - - + + + - + | tcc/libtcc.a: tcc/config.h $(MAKE) -C tcc libtcc.a tcc/libtcc1.a: tcc/config.h $(MAKE) -C tcc libtcc1.a |
Modified build/makearch.info
from [a350b3e41a]
to [14f5faeb84].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | - + | # This is the name of the utility, it will be prefixed to the tarball name UTIL="tcc4tcl" # This is the name of output files that should exist after configure # procedures. |
︙ |
Modified configure.ac
from [8b39413dfe]
to [77b6918fa2].
︙ | |||
31 32 33 34 35 36 37 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | - - + + - + - + - + | fi if test "${TCC4TCL_TARGET}" = "shared"; then dnl Determine how to make shared objects DC_GET_SHOBJFLAGS dnl Only export symbols we wish to expose |
Modified pkgIndex.tcl.in
from [c9a6ef9ff1]
to [00c586db9f].
| 1 | - + |
|
Name change
from tcltcc.syms.in
to tcc4tcl.syms.in.
Renamed and modified
tcc.tcl
[356b248a0a]
to tcc4tcl.tcl
[cf29842e65].
︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | - + | variable commands set dir [file dirname [info script]] if {[info command ::tcc4tcl] == ""} { catch { load {} tcc4tcl } } if {[info command ::tcc4tcl] == ""} { |
︙ |