File: readme.txt

package info (click to toggle)
pilrc 2.4-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 524 kB
  • ctags: 1,121
  • sloc: ansic: 6,584; asm: 137; makefile: 55
file content (58 lines) | stat: -rw-r--r-- 1,630 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
pilrc example readme.txt
Wes Cherry
wesc@ricochet.net


Files
-----
[Common]
pilrctst.rcp		: sample script
pilrcic.bmp		: icon file, Windows .BMP format
pilrc.bmp		: FORMBITMAP bitmap, WIndows .BMP format

[GNU CC]
pilrctst.c		: C test harness 
pilrctst.h		: include file for C test harness
Makefile		: makefile for C test harness
runme.bat		: sets up cygnus-win32 environment (may require tweaking)
runme.cmd		: OS/2 cmd file.  sets up cygnus-win32 environment (may require tweaking)

[PILA]
pilrctst.asm		: Asm test harness
pilrctst.inc		: include file for asm test harness
mkasm.bat		: batch file to build pilrctst.prc  (may require tweaking)
mkasm.cmd		: OS/2 cmd file to build pilrctst.prc


[GNU CC]
This is a sample ,c and .rcp file demonstrating pilrc.  Building
this program requires PilotGcc.  

Pilot-Gcc for Win32 version 0.4.0 is now available at:
http://www.ftpx.com/pilotgcc/gccwin32.html

Pilot-Gcc for unix platforms is at:
ftp://ftp.pfnet.com/pub/PalmOS/prc-tools.0.4.0.tar.gz
ftp://ftp.pfnet.com/pub/PalmOS/prc-example.0.4.0.tar.gz

This example will not compile using pilrc 1.1 which is a part of the
unix release.  You'll either have to recompile the sources for unix or
wait until the unix folks incorporate pilrc 1.3 into their release.

To build pilrctst.prc under Win32 Pilot-Gcc, first run Runme.bat, then
type make.  

[PILA]
This is a sample .asm and .rcp file demonstrating pilrc.  Building this
program requires Pila

Pila is available at:

http://www.massena.com/darrin/pilot/index.html

To build pilrctst.prc under Pila, run mkasm.bat