Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Use newer packages. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
57967f90add9372d9661c3a806df1875 |
User & Date: | peter 2017-12-04 21:51:53.967 |
Context
2017-12-04
| ||
23:06 | Support multiple plugins from command line. check-in: b4d998f4b8 user: peter tags: trunk | |
21:51 | Use newer packages. check-in: 57967f90ad user: peter tags: trunk | |
2017-12-02
| ||
02:54 | Support multiple plugins. check-in: 55d06d0197 user: peter tags: trunk | |
Changes
Changes to Makefile.
1 2 3 4 5 6 7 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- # This string is used to generate release file names VERSION = 274 # This string is used to tag the version shown in Eskil | | | | | 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 31 32 | #---------------------------------------------------------------------- # Make file for Eskil #---------------------------------------------------------------------- # This string is used to generate release file names VERSION = 274 # This string is used to tag the version shown in Eskil DOTVERSION = 2.7.4+ # Path to the TclKits used for creating StarPacks. TCLKIT = /home/peter/tclkit/v85 TCLKIT_LINUX = $(TCLKIT)/tclkit-linux TCLKIT_SOLARIS = $(TCLKIT)/tclkit-solaris-sparc TCLKIT_WIN = $(TCLKIT)/tclkit-win32.upx.exe TCLKIT_MAC = $(TCLKIT)/tclkit-mac-866 # Paths to the libraries used. # If you do not have access to all these, you can get them from an Eskil kit # as explained below. TEXTSEARCH = /home/peter/src/textsearch DIFFUTIL = /home/peter/src/DiffUtilTcl/lib.vfs/DiffUtil WCB = /home/peter/src/packages/wcb3.5 PDF4TCL = /home/peter/src/pdf4tcl/pkg SNIT = /home/peter/src/packages/tcllib/modules/snit TABLELIST = /home/peter/src/packages/tablelist5.18 TWAPI = /home/peter/src/packages/twapi TKDND = /home/peter/src/packages/tkdnd/lib/tkdnd2.4 EMBEDFONT = /usr/share/fonts/truetype/liberation/LiberationMono-Regular.ttf # Tools NAGELFAR = nagelfar |
︙ | ︙ |