aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-01-30 00:44:11 +0000
committerBill Meier <wmeier@newsguy.com>2012-01-30 00:44:11 +0000
commitcd4e301f066c0c82fa1392acb8ba3fb0e950a354 (patch)
treec9bf3e9a60cf8e43e67dec249566493e631f435f /config.nmake
parent087e6087f0075f81faa1037bb23e25511ccba576 (diff)
Fix QtShark compile error.
(Quoting can be tricky ...) svn path=/trunk/; revision=40766
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index d08d20121c..4320d6fb96 100644
--- a/config.nmake
+++ b/config.nmake
@@ -771,7 +771,7 @@ LOCAL_CFLAGS= $(LOCAL_CFLAGS) /analyze:WX-
!ENDIF
#STANDARD_CFLAGS are flags used for *Wireshark* compiles (not stuff like lemon, etc)
-STANDARD_CFLAGS=-DHAVE_CONFIG_H -D_U_="" /DPCAP_VERSION="\"$(PCAP_VERSION)\"" $(LOCAL_CFLAGS) $(WARNINGS_CFLAGS)
+STANDARD_CFLAGS=-DHAVE_CONFIG_H -D_U_="" /DPCAP_VERSION=$(PCAP_VERSION) $(LOCAL_CFLAGS) $(WARNINGS_CFLAGS)
#Comment out the following if warnings are not to be treated as errors
WARNINGS_ARE_ERRORS=-WX