4 Info: documentation for RICE example program making
6 The batch file MakeProg.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 for all examples. This means that the LARGE libraries are necessary; see
11 the file ..\lib\makelib.doc for info on building libraries.
13 The files MakeProg.* builds a MAKE-file which contains the rules for the
14 building of an example and should be understand by most MAKE-utilities;
15 if not, you have to make one yourself.
17 You can obtain a MAKE-file by supplying a dummy MAKE-utility, for example:
19 MakeLib bcc simple pause
21 which will replace the execution of a MAKE-utility by the PAUSE statement.