Upstream release 4.02a
[rice.git] / lib / makelib.doc
blobf5588a53134517f6cb3b67d6614ee21c27fe3e35
1 File:   makelib.doc
2 Author: Rene' Jager
3 Update: June 11, 1993
4 Info:   documentation for RICE library making
6 The batch file MakeLib.bat constructs a MAKE-file, named makefile, and
7 executes a MAKE-utility.
9 The memory model for Microsoft and Borland C compilers is set to LARGE.
10 You need to set an environment varaible to overrule this:
12    set RICEMODEL=...
14 The file MakeLib.bat builds a MAKE-file, which contains the rules for
15 making a library and should be understand by most MAKE-utilities; if not,
16 you have to make one yourself.
18 You can obtain a MAKE-file by supplying a dummy MAKE-utility, for example:
20    MakeLib bcc pause
22 which will replace the execution of a MAKE-utility by the PAUSE statement.
24 If you use Gnu CC (DJGPP for MS-DOS) and using the toolbox, you can copy
25 the library `rice.a' to `\djgpp\lib\librice.a', which enables the use of
26 the `-lrice' switch for GCC.