Overview
| Comment: | Updated options for static platforms |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
3d737d5af18a96aa88c475da553cac3e |
| User & Date: | rkeene on 2014-08-31 19:11:33 |
| Other Links: | manifest | tags |
Context
|
2014-08-31
| ||
| 19:45 | Updated to latest tcc4tcl check-in: 99496bc131 user: rkeene tags: trunk | |
| 19:11 | Updated options for static platforms check-in: 3d737d5af1 user: rkeene tags: trunk | |
| 19:09 | Added more platforms check-in: 4f545e5193 user: rkeene tags: trunk | |
Changes
Modified build/web/kitcreator.vfs/index.rvt from [9d3a643f9e] to [be27aa6090].
| ︙ | ︙ | |||
51 52 53 54 55 56 57 58 59 60 61 62 63 64 |
platform android-arm tk
platform netbsd-amd64 {tk tcc4tcl}
platform netbsd-i386 {tk tcc4tcl}
platform solaris-sparc tcc4tcl
platform solaris-sparc64 tcc4tcl
platform hpux-hppa64 tcc4tcl
platform linux-arm tk
}
set specific {
platform win32 file icon {Kit Icon}
platform win32 text description {Description}
platform win64 file icon {Kit Icon}
platform win64 text description {Description}
| > > | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 |
platform android-arm tk
platform netbsd-amd64 {tk tcc4tcl}
platform netbsd-i386 {tk tcc4tcl}
platform solaris-sparc tcc4tcl
platform solaris-sparc64 tcc4tcl
platform hpux-hppa64 tcc4tcl
platform linux-arm tk
platform linux-amd64-static {tk dbus}
platform linux-i386-static {tk dbus}
}
set specific {
platform win32 file icon {Kit Icon}
platform win32 text description {Description}
platform win64 file icon {Kit Icon}
platform win64 text description {Description}
|
| ︙ | ︙ |