aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-01-29 21:56:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-01-29 21:56:35 +0000
commit087e6087f0075f81faa1037bb23e25511ccba576 (patch)
tree1f124d93aa207bd45249bdc7c97c3e74824cd9a7 /config.nmake
parent00c0b9df7cef7429a2de77acdf76c0f6ad07badb (diff)
Part of "Build Browse Information File per default" from
Kovarththanan Rajaratnam applied. It's still not the default but easier to make it so. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3480 svn path=/trunk/; revision=40765
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
index f858eae404..d08d20121c 100644
--- a/config.nmake
+++ b/config.nmake
@@ -704,6 +704,8 @@ MANIFEST_INFO_REQUIRED=1
# Compiler flags:
# /W3 Warning level 3 (0 less - 4 most, 1 default)
# /Zi Create .pdb file for debugging
+# /FR Create .sbr file with complete symbolic information
+# add to local flags if you want to build the .sbr files.
# /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