[Bf-committers] msvc 8 compilation - scons.

Tony Agee tonyagee at cox.net
Fri Aug 25 11:23:54 CEST 2006


My apologies if this is already widely known.

 

The compiler in MS Visual Studio 2005 has seen extensive changes over
previous versions.

Some command line switches have been deprecated, others have been removed.

It would be a service to MSVC8 users if lines like below, could be added to
win32-vc-config.py:

 

#msvc8 users substitute these flags to avoid numerous "Ignoring unknown
option '/XX'" warnings.

#CCFLAGS = ['/nologo', '/Ot', '/Ob1', '/EHsc', '/J', '/W3', '/Gd', '/MT']

 

It 'quiets down' the build process enormously, leaving some screen space for
useful messages.

Only switches that are now actually ignored have been removed, some
deprecation warnings will remain.

 

Thanks.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://projects.blender.org/pipermail/bf-committers/attachments/20060825/3a9c2c04/attachment.htm


More information about the Bf-committers mailing list