• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ext/Moped/Msg/H29-May-2020-145109

PerlApp.cppH A D21-Oct-201915.3 KiB547466

PerlApp.hH A D21-Oct-20192.3 KiB8259

PerlApp.hrhH A D21-Oct-2019608 2015

PerlAppAif.rssH A D21-Oct-2019521 2218

PerlBase.cppH A D21-Oct-201911.2 KiB426370

PerlBase.hH A D21-Oct-20194.2 KiB12893

PerlBase.podH A D21-Oct-20194.5 KiB205119

PerlRecog.cppH A D21-Oct-20191.5 KiB5843

PerlRecog.mmpH A D21-Oct-2019197 108

PerlUi.cppH A D21-Oct-20197.6 KiB274230

PerlUi.hH A D21-Oct-20193.5 KiB12198

PerlUi.hrhH A D21-Oct-2019331 1510

PerlUiS60.rssH A D21-Oct-20192.8 KiB145125

PerlUiS80.rssH A D21-Oct-20191.9 KiB9680

PerlUiS90.rssH A D21-Oct-20191.9 KiB9680

PerlUiUIQ.rssH A D21-Oct-20192.3 KiB125104

PerlUtil.cppH A D21-Oct-20192.9 KiB11889

PerlUtil.hH A D21-Oct-20191.2 KiB3721

PerlUtil.podH A D21-Oct-20191.2 KiB4328

READMEH A D21-Oct-2019558 2113

TODOH A D21-Oct-20197 KiB199160

bld.infH A D21-Oct-201940 53

config.plH A D21-Oct-201927.3 KiB995837

config.shH A D21-Oct-201918.9 KiB959957

cwd.plH A D21-Oct-201987 76

demo_plH A D21-Oct-20193.2 KiB129108

find_writeable_data.plH A D21-Oct-20191.4 KiB7450

hexdump.plH A D21-Oct-2019961 4233

install.cfgH A D21-Oct-20192.3 KiB120117

makesis.plH A D21-Oct-20195.4 KiB204165

port.plH A D21-Oct-2019154 75

sanity.plH A D21-Oct-2019925 3728

sdk.plH A D21-Oct-20197.9 KiB21779

sisify.plH A D21-Oct-201981.9 KiB411297

symbian_dll.cppH A D21-Oct-2019639 2513

symbian_proto.hH A D21-Oct-20192.8 KiB7452

symbian_stubs.cH A D21-Oct-20193.5 KiB11383

symbian_stubs.hH A D21-Oct-2019482 2310

symbian_utils.cppH A D21-Oct-201913.9 KiB423378

symbianish.hH A D21-Oct-20197.2 KiB21985

uid.plH A D21-Oct-201911 21

version.plH A D21-Oct-2019499 2317

xsbuild.plH A D21-Oct-201927.4 KiB977815

README

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