Commit Graph

9 Commits

Author SHA1 Message Date
Anders Broman 5164694d0f Don't redefine WIRESHARK_UI_SRC
svn path=/trunk/; revision=44914
2012-09-15 10:01:21 +00:00
Guy Harris bd16652c90 text_import_scanner_lex.h and text_import_scanner.c are now part of
libui, not libgtkui.

svn path=/trunk/; revision=44913
2012-09-15 08:43:27 +00:00
Guy Harris e5cd850d56 *Do* use DIRTY_GENERATED_C_FILES, as it's defined; sadly, flex doesn't
generate warning-free files.

svn path=/trunk/; revision=44911
2012-09-15 08:19:39 +00:00
Bill Meier d0868be051 Add '*.sbr' to 'clean'
svn path=/trunk/; revision=43233
2012-06-13 16:19:35 +00:00
Jeff Morriss 75c3c92f19 Add a "-build" argument to checkAPIs.pl. Use that argument when building
from makefiles (and thus from the buildbot).

The intention is to be able to tell when a human is running the tool so we
can provide more code-review guidance.

As a starter, enable the "too many proto_tree_add_text() calls" check when
a human is running the tool.

svn path=/trunk/; revision=41943
2012-04-04 20:46:49 +00:00
Bill Meier 605dea0486 CVARSDLL hasn't been used (is undefined) for a while....
svn path=/trunk/; revision=41180
2012-02-24 16:23:38 +00:00
Bill Meier 82a10ad34d (Minor): Use GLIB_CFLAGS instead of GTK_CFLAGS when compiling in ui directory.
svn path=/trunk/; revision=41077
2012-02-19 23:28:31 +00:00
Guy Harris e79881c8b4 We already have GENERATED_HEADER_FILES; no need for GENERATED_H_FILES.
Remove a bunch of stuff copied over from ui/gtk/Makefile.am that doesn't
apply here.

There's no DIRTY_GENERATED_C_FILES.

svn path=/trunk/; revision=41074
2012-02-19 22:25:54 +00:00
Guy Harris 530c8c5390 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.

svn path=/trunk/; revision=41061
2012-02-18 23:55:41 +00:00