Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 19377: /trunk/plugins/ /trunk/plugins/: Custom.nmake.exa

Date: Sat, 30 Sep 2006 09:45:52 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19377

User: ulfl
Date: 2006/09/30 09:45 AM

Log:
 "Pluggable custom makefile"
 A custom plugin (not yet to be released to the public) can be added to Makefile.nmake easily. But this has a drawback:
 The modified Makefile.nmake appears as a modified file in the commit list and in generated patches (this annoyed me for years).
 
 To solve this I've added a plugin like mechanism which calls a Custom.nmake file for each target (if the file is existing). I've also added a Custom.nmake.example for a quick start.
 
 I don't know how to do this for the Makefile.am, so I leave this as an exercise for the interested reader ;-)

Directory: /trunk/plugins/
  Changes    Path                    Action
  +48 -0     Custom.nmake.example    Added
  +8 -0      Makefile.nmake          Modified