home *** CD-ROM | disk | FTP | other *** search
-
- First off, if you look in the dmakefile you will see reference
- to a file noio_main.c. This file is just the _main routine
- that comes with the registered version of DICE with the stuff
- to setup the stdio files removed, and it has exit() call _exit()
- directly. I have no license to go around releasing the the
- source to Dillon's libraries, so I won't. But you can easily
- create the file yourself, or just remove all references to it
- from the dmake file, and all that will happen is you will have
- a slightly larger program.
-
- Besides that, I made everything under 1.3, but I have done
- a couple of things that may make this difficult for you. First
- off, I have created a clib directory that has the prototypes
- to all of the library calls in it. This also allowed my to
- created a registered args version of the 1.3 Amiga.lib linker
- library. The easiest thing to do would just be to make
- a stack argument version, other than that, I leave it up
- to your ingenuity.
-
-