home *** CD-ROM | disk | FTP | other *** search
- # To build the C version of the sample filter use:
- c -r -mc68020 "SampleFilt.c"
- Link -rt Vflt=0 -m FILTERENTRYPOINT -sg 'Sample Filter╔' ╢
- "SampleFilt.c.o" ╢
- -o "Sample Filter"
-
- # To build the C version of the sample transition use:
- c -b2 -r -mc68020 "SampleXsn.c"
- Link -rt Vxsn=0 -m XSNENTRYPOINT -sg 'Sample Transition╔' ╢
- "SampleXsn.c.o" ╢
- -o "Sample Transition"
-
- # To build the Pascal version of the sample filter use:
- pascal -mc68020 "SampleFilt.p"
- Link -rt Vflt=0 -m FILTERENTRYPOINT -sg 'Sample Filter╔' ╢
- "SampleFilt.p.o" ╢
- "{Libraries}"Interface.o ╢
- -o "Sample Filter"
-
- # To build the Pascal version of the sample transition use:
- pascal -mc68020 "SampleXsn.p"
- Link -rt Vxsn=0 -m XSNENTRYPOINT -sg 'Sample Transition╔' ╢
- "SampleXsn.p.o" ╢
- "{Libraries}"Interface.o ╢
- -o "Sample Transition"
-