Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Updated link to pdf4tcl. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
91fa68e9d73ee8f7c0caeabb6d176610 |
User & Date: | peter 2008-01-23 17:00:11.000 |
Context
2008-01-23
| ||
17:27 | Added SVN support. Ability to set preference from command line. check-in: c23ebb67c7 user: peter tags: trunk | |
17:00 | Updated link to pdf4tcl. check-in: 91fa68e9d7 user: peter tags: trunk | |
16:59 | Removed padx from buttons. check-in: 81361a44c9 user: peter tags: trunk | |
Changes
Changes to Makefile.
1 2 3 4 5 6 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- # $Revision$ #---------------------------------------------------------------------- | | | | 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 28 29 30 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- # $Revision$ #---------------------------------------------------------------------- VERSION = 231 # Path to the TclKits used for creating StarPacks. TCLKIT = /home/peter/tclkit/v84 TCLKIT_LINUX = $(TCLKIT)/tclkit-linux-x86 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 PSTOOLS = /home/peter/src/pstools TEXTSEARCH = /home/peter/src/textsearch DIFFUTIL = /home/peter/src/DiffUtil/lib.vfs/DiffUtil WCB = /home/peter/src/packages/wcb3.0 PDF4TCL = /home/peter/src/pdf4tcl/trunk/pkg SNIT = /home/peter/tcl/tcllib/modules/snit #DIFFUTIL = /home/peter/src/DiffUtil/tcl # Tools NAGELFAR = nagelfar all: setup |
︙ | ︙ |