Re: WDK build 6000 under Visual Studio
- From: "Don Burn" <burn@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 19 Feb 2007 12:42:17 -0500
Consider useing DDKbuild from http://www.hollistech.com/ it works fine with
6000 and takes the pain out of creating the batch script.
--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
"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,
.
- References:
- WDK build 6000 under Visual Studio
- From: theo
- WDK build 6000 under Visual Studio
- Prev by Date: Re: IRP completion
- Next by Date: Re: IRP completion
- Previous by thread: WDK build 6000 under Visual Studio
- Next by thread: Re: WDK build 6000 under Visual Studio
- Index(es):
Relevant Pages
|