Add a comment as to .bsc files seemingly not usable with VS2010.

svn path=/trunk/; revision=43234
This commit is contained in:
Bill Meier 2012-06-13 16:44:06 +00:00
parent d0868be051
commit 0ec00075ef
1 changed files with 1 additions and 0 deletions

View File

@ -752,6 +752,7 @@ MANIFEST_INFO_REQUIRED=1
# for Wireshark compiles.
# Warning: using /FR for Wireshark requires ~1Gig of additional disk space
# XXX: provides less functionality for VC8, ... than for previous compilers ?
# XXX: .bsc files not usable (not supported ?) with VC10 (Visual Studio 2010) ?
# /MD Use "multithread- and DLL-specific version" of run-time libraries.
# msvc documentation states that /MD causes _MT and _DLL to be defined
# See: http://msdn.microsoft.com/en-us/library/2kzt1wy3%28v=VS.90%29.aspx