diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2005-10-26 18:50:08 +0300 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-10-26 12:37:47 +0000 |
commit | c7a4d1c0391ba3d9736e90c66ae273d85847f9b0 (patch) | |
tree | 041acf92013ca87779ddc321763721535e45ad58 /symbian/makesis.pl | |
parent | 65ff66fc0a6ee149618151ba533f4aac04969309 (diff) | |
download | perl-c7a4d1c0391ba3d9736e90c66ae273d85847f9b0.tar.gz |
Symbian: better Series 80 support
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
p4raw-id: //depot/perl@25856
Diffstat (limited to 'symbian/makesis.pl')
-rw-r--r-- | symbian/makesis.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/symbian/makesis.pl b/symbian/makesis.pl index d5703100a1..8072249785 100644 --- a/symbian/makesis.pl +++ b/symbian/makesis.pl @@ -129,9 +129,9 @@ for my $target (@target) { "perl${VERSION}dll" => $UID + 0, "perl${VERSION}ext" => $UID + 1, "perl${VERSION}lib" => $UID + 2, - - # app = + 3 - # rec = + 4 + "perlapp" => $UID + 3, + "perlrecog" => $UID + 4, + "perlappmin" => $UID + 5, ); die "$0: target has no UID\n" unless defined $UID{$target}; |