◄Up► ◄Contents► ◄Index► ◄Back► ─────Programmer's WorkBench───────────────────────────────────────────────── Choose LINK Options to control how PWB links your program. Choices in the dialog box are equivalent to the LINK utility options for building an executable file from the command line. See: ◄LINK Contents► (in LINK Help) Stack Size Sets the program's stack in bytes. See: ◄LINK /STACK Option► No Default Library Search Ignores all default libraries named in object files. See: ◄LINK /NOD Option► ◄Additional Global Options► Opens a dialog box to set other options for all builds. Additional Global Libraries Specifies other libraries for resolving references. See: ◄LINK Libraries Field► Global Options Shows the options that are currently set for all builds. Debug/Release Options Toggles between display of debug and release options. The choice made here does not change the current type of build; to change the build type, use the Build Options dialog box. See: ◄Options Menu, Build Options► CodeView Adds debugging information to the executable file. See: ◄LINK /CO Option► Incremental Link Incremental linking is no longer supported. This check box provides compatibility with project makefiles from previous PWB versions. If incremental linking was set in the old makefile, this check box is turned on, but only full linking is performed. It is recommended that you turn this check box off; this will remove incremental linking from your project. ◄Additional Debug/Release Options► Opens a dialog box to set options for debug or release builds. Additional Debug/Release Libraries Specifies other libraries for resolving references. See: ◄LINK Libraries Field► Debug/Release Options Shows the options currently set for debug or release builds. -♦-