home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / mntlib25.zoo / purec / tc_idflt.prj < prev    next >
Text File  |  1992-09-30  |  430b  |  14 lines

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