Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

option of not including precompiled headers in sources file

0 views
Skip to first unread message

ssylee

unread,
May 20, 2008, 4:52:36 PM5/20/08
to
I'm trying to instruct the build utility to not use precompiled headers in
the sources file. However, I can't find much information about how to
explicitly tell the build utility to NOT include precompiled headers. Does
anyone know how I would approach this? Thanks.

Don Burn

unread,
May 20, 2008, 5:28:09 PM5/20/08
to
Try adding

USER_C_FLAGS = /Y-

Can't say for sure but this is the normal approach to things like this.


--
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

"ssylee" <ssy...@discussions.microsoft.com> wrote in message
news:EBA68517-4570-49D9...@microsoft.com...

Doron Holan [MSFT]

unread,
May 21, 2008, 4:50:40 PM5/21/08
to
does your sources file have any of the following directives?

PRECOMPILED_INCLUDE=
PRECOMPILED_PCH=
PRECOMPILED_OBJ=

if so, comment them out

d

--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.


"ssylee" <ssy...@discussions.microsoft.com> wrote in message
news:EBA68517-4570-49D9...@microsoft.com...

ssylee

unread,
May 21, 2008, 4:58:07 PM5/21/08
to
My sources file doesn't have the directives you've mentioned.
0 new messages