home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-10-13 | 361 b | 14 lines |
- # Makefile für Support-Routinen.
-
- Support.lib: Support.asm
- OMA Support.asm -o OBJ/00 -c sd -d NewList
- OMA Support.asm -o OBJ/01 -c sd -d BeginIO
- OMA Support.asm -o OBJ/02 -c sd -d CreatePort
- OMA Support.asm -o OBJ/03 -c sd -d CreateIO
- OMA Support.asm -o OBJ/04 -c sd -d CreateTask
-
- join OBJ/00 OBJ/01 OBJ/02 OBJ/03 OBJ/04 TO Support.lib
-
- # Makefile-Ende
-
-