Add a comment as to .bsc files seemingly not usable with VS2010.
authorBill Meier <wmeier@newsguy.com>
Wed, 13 Jun 2012 16:44:06 +0000 (16:44 -0000)
committerBill Meier <wmeier@newsguy.com>
Wed, 13 Jun 2012 16:44:06 +0000 (16:44 -0000)
svn path=/trunk/; revision=43234

config.nmake

index abb978342f7fb6e93336705de64d5f680ea93e11..1217d30ded13c81b8d0ad051668c20e190c9b5e1 100644 (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