home *** CD-ROM | disk | FTP | other *** search
- "Sample configuration file for use with makemak"
- Search the sutil library
- libs = sutil
-
- These are usable compile and link options.
- c_opts = /Zi /Od /c
- l_opts = /NOE
-
- example compile definition
- cdefs = /DLINT_ARGS
-
- The following line will disable the default m_opts of /Zi
- m_opts =
-
- And the next definition will be ignored because copts is not one of
- macros defined to this program (c_opts is)
- copts = /AL /Ox
-
- The next line redefines the l_opts defined earlier
- L_OPTS = /CO
-
- Note that case does'nt matter.
-
- Since the rest of the lines in this sample file do not start with a keyword,
- we can show what the program's defaults are without affecting any definitions.
-
- * CC = cl
- * C_OPTS = /Zi /Od /c
- # CDEFS =
- 4 MC = masm
- 5 M_OPTS = /Zi
- 6 MDEFS =
- 7 LC = link
- 8 L_OPTS = /CO
- 9 LMAP = NUL
- * LIBS =
-
- Remember that the definitions in the MAKEMAK.CFG file will override both the
- defaults and the values of the LINK, CL and MASM environment variables.
-