I suspect the changes to config.nmake committed in SVN #33942 were not intended.

Revert the changes (for now ?) so the Buildbot will run again.

svn path=/trunk/; revision=33945
This commit is contained in:
Bill Meier 2010-08-26 23:40:27 +00:00
parent d4e0b348cf
commit 03b7c7b8fa
1 changed files with 2 additions and 2 deletions

View File

@ -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=win64
WIRESHARK_TARGET_PLATFORM=win32
!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.