diff options
author | Bill Meier <wmeier@newsguy.com> | 2012-06-13 16:18:38 +0000 |
---|---|---|
committer | Bill Meier <wmeier@newsguy.com> | 2012-06-13 16:18:38 +0000 |
commit | db25589d905fec23bf7ff22166cd12a22b550bb5 (patch) | |
tree | 06f1fc6ff62e0eaf42016379c072f02dcfb9424d /Makefile.nmake | |
parent | d2d882e4b1cdc21beb13e2cde7a8f5d25e0aa20e (diff) | |
download | wireshark-db25589d905fec23bf7ff22166cd12a22b550bb5.tar.gz wireshark-db25589d905fec23bf7ff22166cd12a22b550bb5.tar.bz2 wireshark-db25589d905fec23bf7ff22166cd12a22b550bb5.zip |
Add a comment as to .bsc files seemingly not usable with VS2010.
svn path=/trunk/; revision=43232
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index 3742db8d29..007f7d55ca 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -238,6 +238,9 @@ packaging_zip: all !IFDEF WIRESHARK_GENERATE_BSC_FILE # FIXME: Add epan\wspython\*.sbr when we support Python embedding # Note: Certain .sbr files cause bscmake warning "too many references... ignoring ..." +# XXX: It seems that using .bsc files with VS2010 doesn't work (isn't supported ?) +# Using .bsc files with VS2008 may work +# See: http://ask.wireshark.org/questions/8660/wireshark-building-and-debugging-on-visual-c-or-visual-studio wireshark.bsc: \ *.sbr \ codecs\*.sbr \ |