1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
-
+
-
+
|
#----------------------------------------------------------------------
# Make file for Eskil
#----------------------------------------------------------------------
# $Revision$
#----------------------------------------------------------------------
VERSION = 231
VERSION = 24b1
# Path to the TclKits used for creating StarPacks.
TCLKIT = /home/peter/tclkit/v84
TCLKIT = /home/peter/tclkit/v85
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
|