home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / mntlib32.zoo / purec / tc_deflt.prj < prev    next >
Text File  |  1993-01-30  |  437b  |  14 lines

  1. ; project file for simple programs with the MiNT library
  2. ; for use with Turbo C
  3.  
  4. *.ttp                ; executable is topmost window
  5. .C [-Y]
  6. .L [-Y -G -S=0]        ; stack is set by _stksize
  7. =
  8. crt0.o                ; startup code
  9. *                    ; compile topmost window
  10. ; tcgemlib.lib        ; AES and VDI bindings (optional)
  11. mintflt.lib            ; floating point support
  12. mintlib.lib            ; MiNT library
  13. tcstdlib.lib        ; long arithm. & some floating point routines in here... :-(
  14.