aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-08-26 20:31:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-08-26 20:31:09 +0000
commitd4e0b348cf6794a4337d917b339c4ac62abb5786 (patch)
treea18eb17af0e0705b45369bebb11a5b495e1073b4 /config.nmake
parent6d5dfbffb30adc442c9e0d03a3b0db1af56d6827 (diff)
Doxygen fixes.
svn path=/trunk/; revision=33942
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake
index eaa3eced3b..248902369a 100644
--- a/config.nmake
+++ b/config.nmake
@@ -7,7 +7,7 @@
# Only "win32" and "win64" are valid (for now).
# This can be defined in the system environment.
!IFNDEF WIRESHARK_TARGET_PLATFORM
-WIRESHARK_TARGET_PLATFORM=win32
+WIRESHARK_TARGET_PLATFORM=win64
!ENDIF
##### Versions #####
@@ -655,7 +655,7 @@ MAKENSIS="$(PROGRAM_FILES)\nsis\makensis.exe"
# If you don't want the developers documentation (or don't have the tools),
# comment this line out, so that DOXYGEN isn't defined.
#
-#DOXYGEN="$(PROGRAM_FILES)/doxygen/bin/doxygen.exe"
+DOXYGEN="$(PROGRAM_FILES)/doxygen/bin/doxygen.exe"
#
# Recommended: Use the compressed html help format .chm as the Wireshark integrated help.