home *** CD-ROM | disk | FTP | other *** search
- ; 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
- ; See default.prj for a sample project file for use with this library
-
- ; concerning the assembler sources: [see end of this file]
- ; for use with Turbo C, remove the assembler options, and define the
- ; symbols in the source files
-
- ; anyone wants to add file dependencies? :-)
-
- mintlib.lib
-
- .C [-T- -DNDEBUG]
- .L [-G -J]
-
- =
-
- ..\abort.c
- ..\abs.c
- ..\access.c
- ..\alarm.c
- ..\alphasor.c
- ..\atexit.c
- ; ..\atof.c
- ..\atol.c
- ..\bblink.c
- ..\bcmp.c
- ..\binmode.c
- ..\bsearch.c
- ..\sozobon\bzero.c
- ..\calloc.c
- ..\chdir.c
- ..\chmod.c
- ..\clock.c
- ..\close.c
- ..\console.c
- ..\crtinit.c [-P -S- -T-]
- ..\ctime.c
- ..\ctype.c
- ..\defmode.c
- ..\difftime.c
- ..\dirent.c
- ..\doprnt.c
- ..\dup.c
- ..\eprintf.c
- ..\exec.c
- ..\fclose.c
- ..\fcntl.c
- ..\fdopen.c
- ..\fflush.c
- ..\fgetc.c
- ..\fgets.c
- ..\filbuf.c
- ..\findfile.c
- ..\fopen.c
- ..\fopenp.c
- ..\fork.c
- ..\fprintf.c
- ..\fputc.c
- ..\fputs.c
- ..\fread.c
- ..\fscanf.c
- ..\fseek.c
- ..\fsetpos.c
- ..\ftw.c
- ..\fungetc.c
- ..\fwrite.c
- ..\getbuf.c
- ..\getcwd.c
- ..\getdtabl.c
- ..\getenv.c
- ..\getgroup.c
- ..\gethostn.c
- ..\getlogin.c
- ..\getopt.c
- ..\getpages.c
- ..\getpass.c
- ..\getpid.c
- ..\getpw.c
- ..\getrusag.c
- ..\gets.c
- ..\getuid.c
- ..\getw.c
- ..\grp.c
- ..\heapbase.c
- ..\ic.c
- ..\ident.c
- ..\ig.c
- ..\il.c
- ..\inistack.c
- ..\initsig.c
- ..\ioctl.c
- ..\ip.c
- ..\isatty.c
- ..\iw.c
- ..\kill.c
- ..\killpg.c
- ..\link.c
- ..\localtim.c
- ..\lockf.c
- ..\lseek.c
- ..\ltoa.c
- ..\main.c [-P -S]
- ..\malloc.c
- ..\memccpy.c
- ..\memchr.c
- ..\memcmp.c
- ..\sozobon\memcpy.c
- ..\sozobon\memset.c
- ..\mkdir.c
- ..\mknod.c
- ..\mktemp.c
- ..\nice.c
- ..\open.c
- ..\pause.c
- ..\perror.c
- ..\pipe.c
- ..\popen.c
- ..\psignal.c
- ..\putenv.c
- ..\qsort.c [-S -T]
- ..\raise.c
- ..\rand.c
- ..\random.c
- ..\read.c
- ..\realloc.c
- ..\regexp.c
- ..\regsup.c
- ..\rename.c
- ..\rmdir.c
- ..\sbrk.c
- ..\scandir.c
- ..\scanf.c
- ..\select.c
- ..\setbuf.c
- ..\setlocal.c
- ..\setrlimi.c
- ..\setvbuf.c
- ..\sgtty.c
- ..\sigactio.c
- ..\sigblock.c
- ..\siglist.c
- ..\signal.c
- ..\sleep.c
- ..\spawn.c
- ..\spawnve.c
- ..\spawnvp.c
- ..\sprintf.c
- ..\sscanf.c
- ..\stat.c
- ..\statfs.c
- ..\stksiz.c
- ..\strcat.c
- ..\strchr.c
- ..\strcmp.c
- ..\strcoll.c
- ..\strcpy.c
- ..\strcspn.c
- ..\strdup.c
- ..\strerror.c
- ..\strftime.c
- ..\stricmp.c
- ..\strlen.c
- ..\strlwr.c
- ..\strncat.c
- ..\strncmp.c
- ..\strncpy.c
- ..\strnicmp.c
- ..\strpbrk.c
- ..\strrchr.c
- ..\strrev.c
- ..\strspn.c
- ..\strstr.c
- ..\strtok.c
- ..\strtol.c
- ..\strtoul.c
- ..\symlink.c
- ..\sysconf.c
- ..\system.c
- ..\sysvar.c
- ..\textio.c
- ..\thread.c [-P -S-]
- ..\time.c
- ..\timeoday.c
- ..\times.c
- ..\tmpfile.c
- ..\tmpnam.c
- ..\toxxx.c
- ..\ttyname.c
- ..\uname.c
- ..\unlink.c
- ..\unx2dos.c
- ..\utime.c
- ..\utmp.c
- ..\wait.c
- ..\wait3.c
- ..\write.c
- ..\wtmp.c
-
- ; we use the "clean" version of alloca() here...
- ; the user can link the other version if he wants to
- alloca2.c
- ;alloca.s [-DSTACK_CHECKING=1 -DFPU=0]
-
- bcopy.s
- linea.s
- setjmp.s [-DFPU=0]
- stkover.s
- vfork.s
-
- ; gemdos/bios/xbios bindings
- 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
-