Crossware

Table of Contents        Previous topic       Next topic       

PROGRAM MAINTENANCE UTILITY->MAKE Command Line Options->Specify Description Filename (/F )

The default description filename of MAKEFILE can be over- ridden by this option.  MAKE uses <filename> as the description filename and reads this file for the build instructions.  A space must separate F and <filename>.  If a dash (-) is used as the filename, MAKE takes it's input from the standard input device (keyboard).

For example the command line:

MAKE /F CONTROL.MAK

instructs the MAKE utility to use the file CONTROL.MAK for the description filename.