Re: WDK build 6000 under Visual Studio
- From: "Pavel A." <pavel_a@xxxxxxxxxxxxxxx>
- Date: Tue, 20 Feb 2007 02:20:02 +0200
Try to modify the command to execute your cmd file as follows:
cmd.exe /c yourfile.cmd [parameters]
and if this won't help:
cmd.exe /c yourfile.cmd [parameters] < NUL
--PA
"theo" <nicos_theo@xxxxxxxxxxx> wrote in message news:1171905701.138924.111870@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I've just upgraded to the latest WDK. I have batch file that builds
the driver from within visual studio and outputs everything to the
output window.
Everything works fine, however since upgrading the following
happens....
Running the batch file from a DOS prompt is fine.
Running the batch file in Visual studio works, but for every single
file I'm getting a dump of all the compiler flags. E.g.
BUILD: Building generated files in c:\xxxxxx
_NT_TARGET_VERSION SET TO WINXP
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.220
for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
cl
/Ii386
/I.
/I..\..\..\..\inc
/IC:\WINDDK\6000\inc\api
/IC:\WINDDK\6000\inc\api
/IC:\WINDDK\6000\inc\ddk
/IC:\WINDDK\6000\inc\ddk
........
/D_X86_=1
/Di386=1
----------------
Does anyone know how can prevent that information from being
displayed? It seems to happen regardless of the build flags and never
occurs under a DOS prompt.
Thanks,
.
- Follow-Ups:
- Re: WDK build 6000 under Visual Studio
- From: theo
- Re: WDK build 6000 under Visual Studio
- References:
- WDK build 6000 under Visual Studio
- From: theo
- WDK build 6000 under Visual Studio
- Prev by Date: Re: HELP Problem with LPC urgent Please
- Next by Date: Re: HELP Problem with LPC urgent Please
- Previous by thread: Re: WDK build 6000 under Visual Studio
- Next by thread: Re: WDK build 6000 under Visual Studio
- Index(es):
Relevant Pages
|