On Tue, 21 Oct 2003 20:39:36 -0500 Dave Bates <[EMAIL PROTECTED]> wrote:

DB>          Trying to compile with .net, it doesn't seem to like the /Yc 
DB> option in this..
DB>          Should this be a YX instead?
DB>          Not much for build scripts, just do the programming.. ;)
DB> 
DB> [
DB> /Od /I "d:\sdk\include" /I "." /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_MBCS" 
DB> /FD /EHsc /RTC1 /MDd /Yc"stdafx.h" /Fp".\Debug/cclient.pch" /Fo".\Debug/" 
DB> /Fd".\Debug/" /W3 /c /ZI
DB> "dummynt.c"
DB> ]

 No, it should be ok. But the trouble is that in any case this doesn't come
from cclient.dsp file from the cvs and no code in Mahogany uses stdafx.h at
all so I really wonder where does this come from. Is this command from the
autoconverted VC7 project? This would be a bug in it then...

 Anyhow, just remove it. You will only build cclient once normally, it
changes very rarely, so who cares about the PCHs.

 Regards,
VZ



-------------------------------------------------------
This SF.net email is sponsored by OSDN developer relations
Here's your chance to show off your extensive product knowledge
We want to know what you know. Tell us and you have a chance to win $100
http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to