Here is my config.nmake file.
I do not have a WIRESHARK_TARGET_PLATFORM variable to change.....just
PLATFORM with I did change to win64.
Thanks,
Brian
*
MY config.nmake file: ... When I change platform to win64...I did pick
up the win64 libs.....but it stil doesn't work....any suggestions..??*
# $Id: config.nmake 26553 2008-10-25 14:33:34Z wmeier $
# Some more informations about the settings in this file, can be found
# in the file README.win32 and the Developer's Guide (available online).
##### Target platform #####
# Only "win32" is valid (for now).
# This can be defined in the system environment.
!IFNDEF PLATFORM
PLATFORM=win64
!ENDIF
##### Versions #####
# The current Wireshark version
# It's highly recommended to leave MAJOR/MINOR/MICRO unchanged
VERSION_MAJOR=1
VERSION_MINOR=1
VERSION_MICRO=2
VERSION_BUILD=26844
# It's recommended to change VERSION_EXTRA for your own custom builds
# e.g. "-SVN-12345"
VERSION_EXTRA=-SVN-26844