home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-04-25 | 532 b | 16 lines | [TEXT/MPS ] |
- # Select and execute to make debug version
-
- C -sym on -warnings full NoEject.c
- Asm -sym on NoEject.a
- Rez NoEject.r -append -o NoEject
- Link -sym on -t APPL -c 'DSNE' -msg dup,multiple,warn NoEject.C.o NoEject.a.o "{Libraries}"Runtime.o "{Libraries}"Interface.o -o NoEject
-
-
- # Select and execute to make release version
-
- C -mbg off -warnings full NoEject.c
- Asm NoEject.a
- Rez NoEject.r -append -o NoEject
- Link -t APPL -c 'DSNE' -msg dup,multiple,warn NoEject.C.o NoEject.a.o "{Libraries}"Runtime.o "{Libraries}"Interface.o -o NoEject
-
-