http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41061
User: guy
Date: 2012/02/18 03:55 PM
Log:
Create a libui (static) library in the ui directory, which contains the
object files from all the source files in the ui directory (but not in
its subdirectories), and link the programs that need it with them.
This cleans things up a little bit, and may also fix the Windows build.
Directory: /trunk/
Changes Path Action
+6 -1 Makefile.am Modified
+5 -18 Makefile.common Modified
+52 -19 Makefile.nmake Modified
+3 -1 configure.in Modified
Directory: /trunk/ui/
Changes Path Action
+113 -0 Makefile.am Added
+58 -0 Makefile.common Added
+80 -0 Makefile.nmake Added
+66 -0 doxygen.cfg.in Added