home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / mint / mntlib24 / tc_idflt.prj < prev    next >
Encoding:
Text File  |  1993-08-03  |  430 b   |  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.