Commit | Line | Data |
27da23d5 |
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 | |