Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update path to kit. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
c19a3341946c1cfd7e98f14c11f549a2 |
User & Date: | peter 2010-04-27 19:29:44.000 |
Context
2010-04-27
| ||
20:30 | Cleanup after GIT import check-in: 1a2b919d38 user: peter.spjuth@gmail.com tags: trunk | |
19:29 | Update path to kit. check-in: c19a334194 user: peter tags: trunk | |
19:29 | Do git add after conflict merge of a git file. check-in: 02a22eea17 user: peter tags: trunk | |
Changes
Changes to Makefile.
1 2 3 4 5 6 7 8 9 10 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- # $Revision$ #---------------------------------------------------------------------- VERSION = 24 # Path to the TclKits used for creating StarPacks. TCLKIT = /home/peter/tclkit/v85 | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- # $Revision$ #---------------------------------------------------------------------- VERSION = 24 # Path to the TclKits used for creating StarPacks. TCLKIT = /home/peter/tclkit/v85 TCLKIT_LINUX = $(TCLKIT)/tclkit-8.5.8 TCLKIT_SOLARIS = $(TCLKIT)/tclkit-solaris-sparc TCLKIT_WIN = $(TCLKIT)/tclkit-win32.upx.exe # Path to the libraries used STYLE = /home/peter/src/packages/style GRIFFIN = /home/peter/tclkit/griffin.vfs/lib/griffin PSBALLOON = /home/peter/src/psballoon |
︙ | ︙ |