home *** CD-ROM | disk | FTP | other *** search
- ***************
- *** 1,4 ****
- ! ; MiNT Library for Pure C um 22-6-92
- ; hohmuth 30 Aug 92
-
- ; the include directory must be set to the MiNT library header files
- --- 1,4 ----
- ! ; MiNT Library for Turbo/Pure C um 22-6-92
- ; hohmuth 30 Aug 92
-
- ; the include directory must be set to the MiNT library header files
- ***************
- *** 12,18 ****
-
- mintlib.lib
-
- ! .C [-T- -DNDEBUG]
- .L [-G -J]
-
- =
- --- 12,18 ----
-
- mintlib.lib
-
- ! .C [-T- -DNDEBUG -D__NO_FLOAT__]
- .L [-G -J]
-
- =
- ***************
- *** 23,29 ****
- ..\alarm.c
- ..\alphasor.c
- ..\atexit.c
- ! ; ..\atof.c
- ..\atol.c
- ..\bblink.c
- ..\bcmp.c
- --- 23,29 ----
- ..\alarm.c
- ..\alphasor.c
- ..\atexit.c
- ! ; ..\atof.c (use the version in pcstdlib/tcstdlib)
- ..\atol.c
- ..\bblink.c
- ..\bcmp.c
- ***************
- *** 40,46 ****
- ..\ctime.c
- ..\ctype.c
- ..\defmode.c
- ! ..\difftime.c
- ..\dirent.c
- ..\doprnt.c
- ..\dup.c
- --- 40,46 ----
- ..\ctime.c
- ..\ctype.c
- ..\defmode.c
- ! ; ..\difftime.c (pick this up from mintflt.lib or mint881.lib)
- ..\dirent.c
- ..\doprnt.c
- ..\dup.c
- ***************
- *** 215,224 ****
- mintbind.s
- osbind.s
- PCTOSLIB.LIB
-
- ; dummy fpu support (can be overridden by linking PCFLTLIB.LIB or
- ; PC881LIB.LIB)
- fpuinit.c
-
- ; compiler support (Pure C only; comment this out with Turbo C)
- pclong.s
- --- 215,227 ----
- mintbind.s
- osbind.s
- PCTOSLIB.LIB
- + ;TCTOSLIB.LIB
-
- ; dummy fpu support (can be overridden by linking PCFLTLIB.LIB or
- ; PC881LIB.LIB)
- fpuinit.c
- + ; in fact, this file contains nothing when -D__NO_FLOAT__, but leave it
- + ; on because someone might choose to use this project without -D__NO_FLOAT__
-
- ; compiler support (Pure C only; comment this out with Turbo C)
- pclong.s
-