Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] override config.nmake

From: Helge Kruse <Helge.Kruse-nospam@xxxxxxx>
Date: Tue, 19 Jul 2011 15:15:02 +0200
The config.nmake defines general settings like

WIRESHARK_LIBS=C:\wireshark-$(WIRESHARK_TARGET_PLATFORM)-libs-1.6

This is useful on most machines. But I have to build Wireshark on a machine where the system partition is on drive B:

My build steps are:
- getting the Wireshark files with SVN from http://anonsvn.wireshark.org/wireshark/releases/wireshark-1.6.0
- setup the build environment like WIRESHARK_TARGET_PLATFORM
- call nmake -f Makefile.nmake

Is there a way to get the wiresharklibs to a different location without modifying the files that I get from the repository?

Helge