Tech Support > Microsoft Windows > Drivers > Re: Build Utility Question
Re: Build Utility Question
Posted by Tim Roberts on August 18th, 2004


"finecats" <finecats@nospam.nospam> wrote:
A little-known hint: if you want to set a C switch temporarily, like
generating a .cod file for one build, you can use the CL environment
variable:

set CL=/Fc
build
set CL=

Same thing works with "set LINK".
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc


Similar Posts