https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4336
--- Comment #1 from Bill Meier <wmeier@xxxxxxxxxxx> 2009-12-16 20:30:13 PST ---
(In reply to comment #0)
> I run:
>
> nmake -f Makefile.nmake all
>
> after changing code in epan/dissectors,
> but it seems that the code change will not be automatically built with this
> command,
> and the new environment will be built.
> Would anyone help to confirm this issue?
Changes to .c files in epan\dissectors should/will trigger recompiles when the
nmake ... comand is executed. (I depend upon this every time I make a change
to a dissector).
However: The Windows Makefiles do not have dependencies for almost all .h files
so changes to .h files will not trigger appropriate re-compiles & etc.
What are you trying to do? change an existing file ? Add a new file ??
Please provide a bit more detail so we can help.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.