PRB: /NOLOGO Option Does Not Work in PWB (88870)
The information in this article applies to:
- Microsoft Programmer's Workbench for MS-DOS 2.0
- Microsoft Programmer's Workbench for MS-DOS 2.1.49
This article was previously published under Q88870 SYMPTOMS
Programmer'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.
CAUSE
PWB 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.
RESOLUTION
To prevent the compiler from displaying its logo in the Build Results
window, you can modify one of the compiler build macros as follows:
- From the Options menu, choose Project Templates.
- Select Customize Project Template.
- In the list of build rules, and select the line that
states 'macro CC "cl" '.
- Change the build rule to 'macro CC "cl /NOLOGO" '.
- Select Set Build Rule.
- Choose OK.
After performing the steps above, the compiler logo will no longer be shown
in the Build Results window. This feature can be useful when building a
project with many source files and you want to minimize the amount of text
in the "Build Results" window.
Modification Type: | Major | Last Reviewed: | 9/30/2003 |
---|
Keywords: | kb16bitonly KB88870 |
---|
|