home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-29 | 867 b | 29 lines | [TEXT/MPS ] |
- test_deb ƒ test_deb.rsrc test_deb_a
- set DIRtestDEB `Directory`
- if "`exists -f -n {DIRtestDEB}test_deb`"
- delete test_deb
- end
- rez test_deb.script -append -o test_deb
- duplicate -y -d test_deb_a test_deb
- for window in `Windows`
- if "{window}" == {DIRtestDEB}"{test_deb}.s"
- save "{window}"
- end
- end
-
- test_deb_a ƒ test_deb.s.o
- PPCLink -outputformat xcoff test_deb.s.o "{PPCLibraries}"InterfaceLib.xcoff "{PPCLibraries}"MathLib.xcoff -main "Entry_Point" -o test_deb.xcoff
- if "`exists -f test_deb_a`"
- delete test_deb_a
- end
- makePEF test_deb.xcoff -o test_deb_a -l InterfaceLib.xcoff=InterfaceLib -l MathLib.xcoff=MathLib -ft APPL -fc '????'
-
- test_deb.s.o ƒ {test_deb}.s macro.set
- PPCAsm -typecheck {test_deb}.s -o test_deb.s.o -i {AIncludes}
-
-
- # build and call with
- # make -d test_deb='test_deb_3' -f test_deb.make > test_deb.do
- # test_deb.do
- # test_deb
-