Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- F77(Microsoft (C) V4.0) - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

          MAKE [options][macrodefinitions]filename

                 Options.
________________________________________________________________________________

/D      Displays the last modification date of each file as the file is
                  scanned.

/I      Ignores exit codes returned by programs called  from  the  MAKE
          description file; MAKE continues execution of the next lines of
          the description file despite the errors.

/N      Displays commands that would be executed by a description file,
          but does not actually execute the commands.

/S      Executes in "silent" mode; lines are not displayed as they are
          executed.
________________________________________________________________________________

         Description-Block Format:

                 outfile: infile[,infile...][#comment]
                 [#comment]
                          command [#comment]
                         [command][#comment]

         Format for Defining Macros:

                 name = value

                 Format for Using Defined Macros:

                 $(name)

         Order of Precedence for Macro Names Defined in Several Places:

                 1. Command line
                 2. Description file
                 3. Enviromental variable

                 Special Macro Names:

                 $*   Base-name portion of the outfile
                        (without the extension)
                 $@   Complete outfile name
                 $**  Complete list of infiles

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson