home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / NoEject 1.1 / Make Script next >
Encoding:
Text File  |  1996-04-25  |  532 b   |  16 lines  |  [TEXT/MPS ]

  1. # Select and execute to make debug version
  2.  
  3. C -sym on -warnings full NoEject.c
  4. Asm -sym on NoEject.a
  5. Rez NoEject.r -append -o NoEject
  6. 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
  7.  
  8.  
  9. # Select and execute to make release version
  10.  
  11. C -mbg off -warnings full NoEject.c
  12. Asm NoEject.a
  13. Rez NoEject.r -append -o NoEject
  14. Link -t APPL -c 'DSNE' -msg dup,multiple,warn NoEject.C.o NoEject.a.o "{Libraries}"Runtime.o "{Libraries}"Interface.o -o NoEject
  15.  
  16.