In perl.git, the branch blead has been updated
<http://perl5.git.perl.org/perl.git/commitdiff/d2651550eafa22e7c4873d82394cbe163ac2dd50?hp=68f62fdf7fe6ca672ef9024c62410f5e18575b94>
- Log -----------------------------------------------------------------
commit d2651550eafa22e7c4873d82394cbe163ac2dd50
Author: U-Adam-PC\Adam <a...@adam-pc.(none)>
Date: Mon Jun 22 14:00:53 2009 -0400
Added new required fields to makesis.pl
-----------------------------------------------------------------------
Summary of changes:
symbian/makesis.pl | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/symbian/makesis.pl b/symbian/makesis.pl
index 377a7c7..270f6b4 100644
--- a/symbian/makesis.pl
+++ b/symbian/makesis.pl
@@ -16,7 +16,7 @@ my ($SYMBIAN_ROOT, $SYMBIAN_VERSION, $SDK_NAME, $SDK_VARIANT,
$SDK_VERSION) =
my $UID = do "uid.pl" or die $@;
my %PORT = %{ do "port.pl" or die $@ };
-my $ARM = 'thumb'; # TODO
+my $ARM = 'armv5';#'thumb'; # TODO
my $S60SDK = $ENV{S60SDK}; # from sdk.pl
my $S80SDK = $ENV{S80SDK}; # from sdk.pl
my $S90SDK = $ENV{S90SDK}; # from sdk.pl
@@ -176,6 +176,9 @@ qq[;Supports Series 90 v1.1\n(0x101FBE05), 0, 0, 0,
{"Series90ProductID"}\n] :
;
#{"\u$target"},($uid),$MAJOR,$MINOR,$PATCH
;
+;Localised Vendor name
+%{"Vendor-EN"}
+;
; Private key and certificate (unused)
;
;* "\u$target.key", "\u$target.cer"
--
Perl5 Master Repository