Subversion Repositories Tewi

Rev

Rev 253 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 253 Rev 255
Line 1... Line 1...
1
#!/bin/sh
1
#!/bin/sh
2
# $Id: make-installer.sh 253 2024-10-04 03:13:36Z nishi $
2
# $Id: make-installer.sh 255 2024-10-04 04:08:58Z nishi $
3
 
3
 
4
if [ "x$1" = "x" ]; then
4
if [ "x$1" = "x" ]; then
5
	echo "Usage: $0 win32|win64|vc6|bcc [description]"
5
	echo "Usage: $0 win32|win64|vc6|bcc [description]"
6
	exit 1
6
	exit 1
7
fi
7
fi
Line 24... Line 24...
24
../Tool/genconf "C:/Tewi" modules dll > ../generated.conf
24
../Tool/genconf "C:/Tewi" modules dll > ../generated.conf
25
../Tool/itworks > ../itworks.html
25
../Tool/itworks > ../itworks.html
26
makensis -DVERSION=$VERSION -DONLY_EXEC install.nsi
26
makensis -DVERSION=$VERSION -DONLY_EXEC install.nsi
27
cp install.exe ../install.exe
27
cp install.exe ../install.exe
28
cd ..
28
cd ..
-
 
29
rm -rf Tewi tewi.7z
-
 
30
7z x -oTewi install.exe
-
 
31
rm -rf Tewi/'$'*
-
 
32
7z a tewi.7z Tewi
-
 
33
rm -rf Tewi
29
rm tewi.exe
34
rm tewi.exe
30
rm itworks.html
35
rm itworks.html
31
rm generated.conf
36
rm generated.conf