This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
pp.c: Restore uninit warning to study
[perl5.git] / symbian / README
1 The PerlApp* files are a demonstration application for the CPerlBase
2 class, which is defined and implemented by the PerlBase* files. 
3 The rest of the files are part of the Symbian base port.
4
5 All files are Copyright (c) Nokia, 2004-2005, all rights reserved,
6 and licensed under the same terms as Perl itself.
7
8 Once the 'sdkinstall' make target has been run in the top level,
9 the PerlApp can be built using the standard Symbian way:
10
11         bldmake bldfiles
12         abld build wins udeb
13         abld build thumb urel
14
15 and then packaged into a SIS by:
16
17         makesis PerlApp.pkg
18
19 -- 
20