Skip to content

Commit f889415

Browse files
committed
Update to the latest unshield version from SVN
This avoids having to use a local patch for S60 3.2 and newer.
1 parent ace42a3 commit f889415

File tree

5 files changed

+4
-18
lines changed

5 files changed

+4
-18
lines changed

sdks/unshield/README

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
The included binary is for linux/x86. If it doesn't work for you, you can
33
either remove it (and let the install script use unshield from somewhere
44
else in your PATH) or compile it from source.
5-
For S60 3.2 and newer, though, you need specifically this version (an
6-
unpatched unshield doesn't work).
5+
For S60 3.2 and newer, though, you need specifically this version (the
6+
0.6 release version doesn't work).
77

88
To compile it from source:
99

10-
tar -zxvf unshield-0.6.tar.gz
11-
cd unshield-0.6
12-
patch -p1 < ../unshield-patch
10+
tar -zxvf unshield-svn-3953.tar.gz
11+
cd unshield-svn
1312
./configure --enable-shared=no
1413
make
1514
cp src/unshield ..

sdks/unshield/unshield

19.8 KB
Binary file not shown.

sdks/unshield/unshield-0.6.tar.gz

-313 KB
Binary file not shown.

sdks/unshield/unshield-patch

-13
This file was deleted.
742 KB
Binary file not shown.

0 commit comments

Comments
 (0)