home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / mint / mntlib24 / mintlib.ori < prev    next >
Encoding:
Text File  |  1993-08-03  |  3.3 KB  |  224 lines

  1. ; MiNT Library for Pure C                                   um 22-6-92
  2. ;                                                    hohmuth 30 Aug 92
  3.  
  4. ; the include directory must be set to the MiNT library header files
  5. ; See default.prj for a sample project file for use with this library
  6.  
  7. ; concerning the assembler sources: [see end of this file]
  8. ; for use with Turbo C, remove the assembler options, and define the
  9. ; symbols in the source files
  10.  
  11. ; anyone wants to add file dependencies? :-)
  12.  
  13. mintlib.lib
  14.  
  15. .C [-T- -DNDEBUG]
  16. .L [-G -J]
  17.  
  18. =
  19.  
  20. ..\abort.c
  21. ..\abs.c
  22. ..\access.c
  23. ..\alarm.c
  24. ..\alphasor.c
  25. ..\atexit.c
  26. ; ..\atof.c
  27. ..\atol.c
  28. ..\bblink.c
  29. ..\bcmp.c
  30. ..\binmode.c
  31. ..\bsearch.c
  32. ..\sozobon\bzero.c
  33. ..\calloc.c
  34. ..\chdir.c
  35. ..\chmod.c
  36. ..\clock.c
  37. ..\close.c
  38. ..\console.c
  39. ..\crtinit.c [-P -S- -T-]
  40. ..\ctime.c
  41. ..\ctype.c
  42. ..\defmode.c
  43. ..\difftime.c
  44. ..\dirent.c
  45. ..\doprnt.c
  46. ..\dup.c
  47. ..\eprintf.c
  48. ..\exec.c
  49. ..\fclose.c
  50. ..\fcntl.c
  51. ..\fdopen.c
  52. ..\fflush.c
  53. ..\fgetc.c
  54. ..\fgets.c
  55. ..\filbuf.c
  56. ..\findfile.c
  57. ..\fopen.c
  58. ..\fopenp.c
  59. ..\fork.c
  60. ..\fprintf.c
  61. ..\fputc.c
  62. ..\fputs.c
  63. ..\fread.c
  64. ..\fscanf.c
  65. ..\fseek.c
  66. ..\fsetpos.c
  67. ..\ftw.c
  68. ..\fungetc.c
  69. ..\fwrite.c
  70. ..\getbuf.c
  71. ..\getcwd.c
  72. ..\getdtabl.c
  73. ..\getenv.c
  74. ..\getgroup.c
  75. ..\gethostn.c
  76. ..\getlogin.c
  77. ..\getopt.c
  78. ..\getpages.c
  79. ..\getpass.c
  80. ..\getpid.c
  81. ..\getpw.c
  82. ..\getrusag.c
  83. ..\gets.c
  84. ..\getuid.c
  85. ..\getw.c
  86. ..\grp.c
  87. ..\heapbase.c
  88. ..\ic.c
  89. ..\ident.c
  90. ..\ig.c
  91. ..\il.c
  92. ..\inistack.c
  93. ..\initsig.c
  94. ..\ioctl.c
  95. ..\ip.c
  96. ..\isatty.c
  97. ..\iw.c
  98. ..\kill.c
  99. ..\killpg.c
  100. ..\link.c
  101. ..\localtim.c
  102. ..\lockf.c
  103. ..\lseek.c
  104. ..\ltoa.c
  105. ..\main.c [-P -S]
  106. ..\malloc.c
  107. ..\memccpy.c
  108. ..\memchr.c
  109. ..\memcmp.c
  110. ..\sozobon\memcpy.c
  111. ..\sozobon\memset.c
  112. ..\mkdir.c
  113. ..\mknod.c
  114. ..\mktemp.c
  115. ..\nice.c
  116. ..\open.c
  117. ..\pause.c
  118. ..\perror.c
  119. ..\pipe.c
  120. ..\popen.c
  121. ..\psignal.c
  122. ..\putenv.c
  123. ..\qsort.c [-S -T]
  124. ..\raise.c
  125. ..\rand.c
  126. ..\random.c
  127. ..\read.c
  128. ..\realloc.c
  129. ..\regexp.c
  130. ..\regsup.c
  131. ..\rename.c
  132. ..\rmdir.c
  133. ..\sbrk.c
  134. ..\scandir.c
  135. ..\scanf.c
  136. ..\select.c
  137. ..\setbuf.c
  138. ..\setlocal.c
  139. ..\setrlimi.c
  140. ..\setvbuf.c
  141. ..\sgtty.c
  142. ..\sigactio.c
  143. ..\sigblock.c
  144. ..\siglist.c
  145. ..\signal.c
  146. ..\sleep.c
  147. ..\spawn.c
  148. ..\spawnve.c
  149. ..\spawnvp.c
  150. ..\sprintf.c
  151. ..\sscanf.c
  152. ..\stat.c
  153. ..\statfs.c
  154. ..\stksiz.c
  155. ..\strcat.c
  156. ..\strchr.c
  157. ..\strcmp.c
  158. ..\strcoll.c
  159. ..\strcpy.c
  160. ..\strcspn.c
  161. ..\strdup.c
  162. ..\strerror.c
  163. ..\strftime.c
  164. ..\stricmp.c
  165. ..\strlen.c
  166. ..\strlwr.c
  167. ..\strncat.c
  168. ..\strncmp.c
  169. ..\strncpy.c
  170. ..\strnicmp.c
  171. ..\strpbrk.c
  172. ..\strrchr.c
  173. ..\strrev.c
  174. ..\strspn.c
  175. ..\strstr.c
  176. ..\strtok.c
  177. ..\strtol.c
  178. ..\strtoul.c
  179. ..\symlink.c
  180. ..\sysconf.c
  181. ..\system.c
  182. ..\sysvar.c
  183. ..\textio.c
  184. ..\thread.c [-P -S-]
  185. ..\time.c
  186. ..\timeoday.c
  187. ..\times.c
  188. ..\tmpfile.c
  189. ..\tmpnam.c
  190. ..\toxxx.c
  191. ..\ttyname.c
  192. ..\uname.c
  193. ..\unlink.c
  194. ..\unx2dos.c
  195. ..\utime.c
  196. ..\utmp.c
  197. ..\wait.c
  198. ..\wait3.c
  199. ..\write.c
  200. ..\wtmp.c
  201.  
  202. ; we use the "clean" version of alloca() here...
  203. ; the user can link the other version if he wants to
  204. alloca2.c
  205. ;alloca.s [-DSTACK_CHECKING=1 -DFPU=0]
  206.  
  207. bcopy.s
  208. linea.s
  209. setjmp.s [-DFPU=0]
  210. stkover.s
  211. vfork.s
  212.  
  213. ; gemdos/bios/xbios bindings
  214. mintbind.s
  215. osbind.s
  216. PCTOSLIB.LIB
  217.  
  218. ; dummy fpu support (can be overridden by linking PCFLTLIB.LIB or
  219. ;                    PC881LIB.LIB)
  220. fpuinit.c
  221.  
  222. ; compiler support (Pure C only; comment this out with Turbo C)
  223. pclong.s
  224.