Am 19.07.2011 15:32, schrieb Bill Meier:
On 7/19/2011 9:15 AM, Helge Kruse wrote:
Is there a way to get the wiresharklibs to a different location without
modifying the files that I get from the repository?
Yes: Set a value foe WIRESHARK_LIBS in the environment and then
do nmake /E ...
set WIRESHARK_LIBS=...
nmake /E ....
Thanks for reply. Unfortunately the /E command passes _all_ variables to
nmake. This causes problems with two other lines from config.nmake:
CYGWIN_PATH=c:\cygwin\bin
PATH=$(PATH);$(CYGWIN_PATH);$(GTK_DIR)\bin; ...
When starting 'nmake /E' the PATH is not updated anymore. This requires
to set the PATH before starting nmake. But it includes a further
reference to C:\ anyway.
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe