PWB Ignores Certain Compiler Switches in Additional OptionsLast reviewed: July 17, 1997Article ID: Q69145 |
1.00 1.10 | 1.00 1.10
MS-DOS | OS/2kbtool The information in this article applies to:
SUMMARYThe compiler switches
/Fo, /Fe, /F hexnum, /Fm, and /link link-infoare ineffective when entered in the Additional Options field of the C Compiler Options dialog box from the Options menu of the Programmer's Workbench (PWB). This is the intended behavior. The functionality of all of these switches is provided through the Compiler, Link, and Build Options dialog boxes from the Options menu.
MORE INFORMATIONThe /Fo switch is overridden by PWB as it creates the .MAK file needed to build the project. To perform this function correctly:
C:\C600\PROJECT\ The other switches are used only to pass information to the linker when the CL command is used outside PWB without the /c option. Because PWB always compiles and links separately, these switches are lost. To utilize these switches from within PWB, select the appropriate options in the Link Options dialog box from the Options menu.
|
Additional reference words: kbinf kbinf 1.00 1.10 PWBIss
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |