How To Use and Automate Your Macintosh MakeFileLast reviewed: June 4, 1996Article ID: Q129864 |
The information in this article applies to:
SUMMARYThis article describes how to use the MakeFile that ships with the FoxPro for Macintosh Library Construction Kit (LCK) and how to automate its use for all MLB files that you want to create.
MORE INFORMATIONThe MakeFile that comes with the FoxPro for Macintosh LCK is the file used by the MPW (Macintosh Programmer's Workbench) to create the command that successfully builds an MLB file that can be used with any version of FoxPro for Macintosh. The MakeFile is specifically written to create a MLB file from TESTLIB.C file that also ships with FoxPro for Macintosh LCK. Once you successfully test the build process of TESTLIB.C, you may want to build your own source files. To do this, edit the MakeFile to accept this change by removing every instance of the word "Testlib" and replacing it with the name of your .C file. This can be done with a search and replace for the file name, but it can become very tedious to do this; especially if you have more than one .C file you wish to compile. To simplify this process, follow these steps:
|
Additional reference words: FoxMac 2.50b 2.50c 2.60a LCK Mac
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |