Eskil

Check-in [9c9694729d]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Moved everything into Makefile.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 9c9694729d73a4143e59076b2d5a1333f8de449d
User & Date: peter 2004-05-18 19:28:17.000
Context
2004-05-23
11:09
Moved execution of diff to DiffUtil package. Remade align to use flag of DiffUtil::diffFiles. check-in: 656ffb6673 user: peter tags: trunk
2004-05-18
19:28
Moved everything into Makefile. check-in: 9c9694729d user: peter tags: trunk
19:27
Using freewrap is obsolete. check-in: caf6d39e8c user: peter tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Deleted mklinks.sh.
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

cd eskil.vfs/lib

ln -s /home/peter/tclkit/griffin.vfs/lib/griffin
mkdir psballoon
cd psballoon
ln -s /home/peter/src/psballoon/psballoon.tcl
ln -s /home/peter/src/psballoon/pkgIndex.tcl
cd ..

mkdir pstools
cd pstools
ln -s /home/peter/src/pstools/pstools.tcl
ln -s /home/peter/src/pstools/pkgIndex.tcl
cd ..

ln -s /home/peter/src/textsearch

cd app-eskil

ln -s ../../../doc
ln -s ../../../eskil.tcl
ln -s ../../../examples
ln -s ../../../Nuisance.gif
ln -s ../../../COPYING
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<


















































Deleted wrap.sh.
1
2
#!/bin/sh
sdx wrap eskil.kit
<
<




Deleted wrapexe.sh.
1
2
3
4
5
6
7
#!/bin/sh
\rm -f eskil.linux eskil.exe eskil.solaris
\rm -f eskil.linux.gz eskil.exe.gz eskil.solaris.gz
sdx wrap eskil.linux -runtime /home/peter/tclkit/tclkit-linux-x86
sdx wrap eskil.solaris -runtime /home/peter/tclkit/tclkit-solaris-sparc
sdx wrap eskil.exe -runtime /home/peter/tclkit/tclkit-win32.upx.exe
#gzip eskil.linux eskil.exe eskil.solaris
<
<
<
<
<
<
<