https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160
--- Comment #17 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2010-09-09 14:14:09 PDT ---
I knew I only changed it for Wireshark (not the other utilities) but admit I
completely forgot about changing it in epan.
Anyway, is this change really necessary?
- /OUT:wireshark.exe $(guiflags) $(guilibsdll) $(LDFLAGS)
/LARGEADDRESSAWARE /SUBSYSTEM:windows $(wireshark_LIBS) $(GTK_LIBS)
codecs\codecs.lib gtk\libui.lib $(wireshark_OBJECTS) image\wireshark.res
+ /OUT:wireshark.exe $(wireshark_LIBS) $(guiflags) $(guilibsdll)
$(LDFLAGS) /LARGEADDRESSAWARE /SUBSYSTEM:windows $(GTK_LIBS) codecs\codecs.lib
gtk\libui.lib $(wireshark_OBJECTS) image\wireshark.res
I'd rather not change it unless it's necessary.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.