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

  1. ***************
  2. *** 1,4 ****
  3. ! ; MiNT Library for Pure C                                   um 22-6-92
  4.   ;                                                    hohmuth 30 Aug 92
  5.   
  6.   ; the include directory must be set to the MiNT library header files
  7. --- 1,4 ----
  8. ! ; MiNT Library for Turbo/Pure C                             um 22-6-92
  9.   ;                                                    hohmuth 30 Aug 92
  10.   
  11.   ; the include directory must be set to the MiNT library header files
  12. ***************
  13. *** 12,18 ****
  14.   
  15.   mintlib.lib
  16.   
  17. ! .C [-T- -DNDEBUG]
  18.   .L [-G -J]
  19.   
  20.   =
  21. --- 12,18 ----
  22.   
  23.   mintlib.lib
  24.   
  25. ! .C [-T- -DNDEBUG -D__NO_FLOAT__]
  26.   .L [-G -J]
  27.   
  28.   =
  29. ***************
  30. *** 23,29 ****
  31.   ..\alarm.c
  32.   ..\alphasor.c
  33.   ..\atexit.c
  34. ! ; ..\atof.c
  35.   ..\atol.c
  36.   ..\bblink.c
  37.   ..\bcmp.c
  38. --- 23,29 ----
  39.   ..\alarm.c
  40.   ..\alphasor.c
  41.   ..\atexit.c
  42. ! ; ..\atof.c        (use the version in pcstdlib/tcstdlib)
  43.   ..\atol.c
  44.   ..\bblink.c
  45.   ..\bcmp.c
  46. ***************
  47. *** 40,46 ****
  48.   ..\ctime.c
  49.   ..\ctype.c
  50.   ..\defmode.c
  51. ! ..\difftime.c
  52.   ..\dirent.c
  53.   ..\doprnt.c
  54.   ..\dup.c
  55. --- 40,46 ----
  56.   ..\ctime.c
  57.   ..\ctype.c
  58.   ..\defmode.c
  59. ! ; ..\difftime.c        (pick this up from mintflt.lib or mint881.lib)
  60.   ..\dirent.c
  61.   ..\doprnt.c
  62.   ..\dup.c
  63. ***************
  64. *** 215,224 ****
  65.   mintbind.s
  66.   osbind.s
  67.   PCTOSLIB.LIB
  68.   
  69.   ; dummy fpu support (can be overridden by linking PCFLTLIB.LIB or
  70.   ;                    PC881LIB.LIB)
  71.   fpuinit.c
  72.   
  73.   ; compiler support (Pure C only; comment this out with Turbo C)
  74.   pclong.s
  75. --- 215,227 ----
  76.   mintbind.s
  77.   osbind.s
  78.   PCTOSLIB.LIB
  79. + ;TCTOSLIB.LIB
  80.   
  81.   ; dummy fpu support (can be overridden by linking PCFLTLIB.LIB or
  82.   ;                    PC881LIB.LIB)
  83.   fpuinit.c
  84. + ; in fact, this file contains nothing when -D__NO_FLOAT__, but leave it
  85. + ; on because someone might choose to use this project without -D__NO_FLOAT__
  86.   
  87.   ; compiler support (Pure C only; comment this out with Turbo C)
  88.   pclong.s
  89.