Bug ID |
8820
|
Summary |
create moduleinfo.h from moduleinfo.nmake for plugins
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
x86
|
OS |
Mac OS X 10.7
|
Status |
UNCONFIRMED
|
Severity |
Enhancement
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
--
In the plugin directory the files moduleinfo.h and moduleinfo.nmake define some
stuff for the plugin build. Both files define the same things and their
contents have to be kept in sync.
The attached patch adds a python helper program to generate a moduleinfo.h from
a moduleinfo.nmake file. It also changes all plugins in current SVN trunk to
use the new way. The patch is supposed to remove all moduleinfo.h files from
the SVN repository (but that can not be expressed in a diff file).
I have tested these changes with cmake builds on OsX and Linux, autoconf builds
on OsX and Linux and nmake builds on Win32.
You are receiving this mail because:
- You are watching all bug changes.