Please consider that this intrusive sentence could instead be proclaiming that you help sponsor this research.
Home > Programming > Tools > Visual C++ > Compiler > Options
This option enables a report about the compiler’s execution environment.
positive:
/Be
negative:
/Be-
This is an early option only.
The positive and negative forms override each other, of course, but without warning.
The display follows the startup logo. As with the logo, it is written to standard error. The report takes the form of a makefile with a pseudo-target all. The command block shows cd and set commands such as might have set the current directory and the INCLUDE, LIB, CL, _CL_ and LINK environment variables. The compiler’s own execution is shown last and includes an expansion of command files (though, curiously, without showing the names of the command files).
This page was created on 27th October 2005. The last significant modification was on 24th November 2005.
Copyright © 2005. Geoff Chappell. All rights reserved.
Please consider that this intrusive sentence could instead be proclaiming that you help sponsor this research.
Home > Programming > Tools > Visual C++ > Compiler > Options
[Home][Programming Samples][Application Notes][Security Notes][Editorial][Consultation][Contacts]