Overview
Comment: | For now, build with a libtclkit |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
eb0e4ee1e1b9fd02fd63eb80a0e7c17a |
User & Date: | rkeene on 2014-09-07 11:24:19 |
Other Links: | manifest | tags |
Context
2014-09-08
| ||
01:24 | More work on basics check-in: a189f64907 user: rkeene tags: trunk | |
2014-09-07
| ||
11:24 | For now, build with a libtclkit check-in: eb0e4ee1e1 user: rkeene tags: trunk | |
11:08 | Updated database schema to be more realistic check-in: 0c74d63215 user: rkeene tags: trunk | |
Changes
Modified Makefile from [ca54464a99] to [ee7ac2e5da].
1 2 | 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 27 | - - - + + + + + + + + + + + | CC = gcc PKG_CONFIG = pkg-config |
︙ |
Modified appfs.tcl from [1f2b586ac3] to [aa538226b7].
1 2 | 1 2 3 4 5 6 7 8 9 10 | - + | #! /usr/bin/env tclsh |
︙ |