aboutsummaryrefslogtreecommitdiffstats
path: root/ui/cli/Makefile.nmake
AgeCommit message (Collapse)AuthorFilesLines
2012-04-04Add a "-build" argument to checkAPIs.pl. Use that argument when buildingJeff Morriss1-2/+2
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-02-24CVARSDLL hasn't been used (is undefined) for a while....Bill Meier1-1/+1
svn path=/trunk/; revision=41180
2012-02-19(Minor): use GLIB_CFLAGS instead of GTK_CFLAGS; also put libcliui: as first ↵Bill Meier1-4/+5
target svn path=/trunk/; revision=41078
2012-02-19A few more changes to fix the Windows build: Fix building tshark-tap-register.cBill Meier1-5/+5
svn path=/trunk/; revision=41073
2012-02-19This is 2 levels down, unlike the 1-level-down ui/Makefile.nmake IGuy Harris1-6/+6
copied as an initial contents of this. svn path=/trunk/; revision=41071
2012-02-19Build the TShark taps into a static libcliui library in the ui/cliGuy Harris1-0/+72
directory, and link TShark with that; let's see if this fixes the Windows buildbots. svn path=/trunk/; revision=41070