Wireshark-bugs: [Wireshark-bugs] [Bug 4361] Makefile.nmake patch to trigger recompilation on svn
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4361
Bill Meier <wmeier@xxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Bill Meier <wmeier@xxxxxxxxxxx> 2010-01-02 09:45:12 PST ---
(In reply to comment #0)
> This patch modifies Makefile.nmake so that several dependant obj files will be
> recompiled if and when the svnversion.h file should be updated.
>
Committed: SVN #31411
Thanks
> NOTE: While this patch improves one part of the nmake build process it does not
> address other similar issues. For example: changes to config.h should also
> trigger recompilation of any dependant source modules and not simply a
> relinking of their executables.
Yes: As you imply: The real issue is that there is no generalized .h file
dependency checking being done for the Wireshark Windows build thus meaning one
must be very careful if doing a partial build after one or more .h files have
been changed.
Maybe using CMake to generate a Wireshark MSVC project/workspace will
eventually be the answer for building on Windows .....
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.