[Wireshark-dev] override config.nmake

2011-07-19 Thread Helge Kruse
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

Re: [Wireshark-dev] override config.nmake

2011-07-19 Thread Bill Meier
On 7/19/2011 9:15 AM, Helge Kruse wrote: 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: -

Re: [Wireshark-dev] override config.nmake

2011-07-19 Thread Graham Bloice
On 19/07/2011 14:32, Bill Meier wrote: On 7/19/2011 9:15 AM, Helge Kruse wrote: 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

Re: [Wireshark-dev] override config.nmake

2011-07-19 Thread Helge Kruse
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

Re: [Wireshark-dev] override config.nmake

2011-07-19 Thread Gerald Combs
On 7/19/11 9:09 AM, Helge Kruse wrote: 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