◄Up► ◄Contents► ◄Index► ◄Back► ─────Programmer's WorkBench───────────────────────────────────────────────── Choose NMAKE Options to set options for building your project. Choices in the dialog box are equivalent to the NMAKE utility options for running a build from the command line. See: ◄NMAKE Contents► (in NMAKE Help) Error Significance Sets the action to take when a command returns an error: Halt on Any Errors Any command error halts the build. Continue Building... See: ◄NMAKE /K Option► Ignore All Errors See: ◄NMAKE /I Option► Time-Stamp Comparison Sets the action to take when time stamps are equal. See: ◄NMAKE /B Option► Memory Usage Chooses type of swap memory used. See: ◄NMAKE /M Option► Inherit All Macros When Recursing Sets inheritance rule for recursive NMAKE calls. See: ◄NMAKE /V Option► Additional Options Sets other NMAKE options. See: ◄NMAKE Options► Options Shows the options that are currently set. -♦-