PRB: /NOLOGO Option Does Not Work in PWBLast reviewed: July 17, 1997Article ID: Q88870 |
2.00 2.01.49 | 2.00 2.01.49
MS-DOS | WINDOWSkbtool kbprb The information in this article applies to:
SYMPTOMSProgrammer's WorkBench (PWB) versions 2.0 and 2.1.49 will not use the /NOLOGO compiler option as expected. Specifying /NOLOGO as an additional option under the compiler options dialog box will not prevent the compiler logo from being displayed in the build results window.
CAUSEPWB creates makefiles that use compiler response files. It places any compiler options within the response file. The compiler will display the logo before reading any command line options in the response file; therefore, the /NOLOGO option will be placed into the compiler response file and the logo will not be suppressed.
RESOLUTIONTo prevent the compiler from displaying its logo in the Build Results window, you can modify one of the compiler build macros as follows:
MORE INFORMATIONAfter modifying the build rule using the steps above, the compiler command line will look something like the following:
cl /NOLOGO @<compiler_response_file_name>For more information about compiler response files, see the information in the online Help (search on "cl" and then select "Response Files").
|
Additional reference words: 2.00 MoveOverlay
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |