Overview
| Comment: | Updated to install additional files |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
36efa528f3fc8dac851ea89c74e0b128 |
| User & Date: | rkeene on 2014-05-02 03:46:49.873 |
| Other Links: | manifest | tags |
Context
|
2014-05-02
| ||
| 04:00 | Updated to only expose public symbols check-in: 5adbc973d7 user: rkeene tags: trunk | |
| 03:46 | Updated to install additional files check-in: 36efa528f3 user: rkeene tags: trunk | |
| 03:43 | Updated library paths check-in: 8c5cb4e725 user: rkeene tags: trunk | |
Changes
Modified Makefile.in
from [5485185094]
to [152ca49ad5].
| ︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | - + + + | tcltcc-static.a: tcltcc.o tcc/libtcc.a cp tcc/libtcc.a tcltcc-static.new.a $(AR) rcu tcltcc-static.new.a tcltcc.o -$(RANLIB) tcltcc-static.new.a mv tcltcc-static.new.a tcltcc-static.a |
| ︙ |