1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#----------------------------------------------------------------------
# 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
|
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#----------------------------------------------------------------------
# Make file for Eskil
#----------------------------------------------------------------------
# This string is used to generate release file names
VERSION = 280
# This string is used to tag the version shown in Eskil
DOTVERSION = 2.8.0
# 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
|