summaryrefslogtreecommitdiff
path: root/symbian/makesis.pl
diff options
context:
space:
mode:
Diffstat (limited to 'symbian/makesis.pl')
-rw-r--r--symbian/makesis.pl6
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};