blob: 95ed3038515f0ca0721e8ecfa16a427e7bd865fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
The PerlApp* files are a demonstration application for the CPerlBase
class, which is defined and implemented by the PerlBase* files.
The rest of the files are part of the Symbian base port.
All files are Copyright (c) Nokia, 2004-2005, all rights reserved,
and licensed under the same terms as Perl itself.
Once the 'sdkinstall' make target has been run in the top level,
the PerlApp can be built using the standard Symbian way:
bldmake bldfiles
abld build wins udeb
abld build thumb urel
and then packaged into a SIS by:
makesis PerlApp.pkg
--
|