Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based on
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 14 Jun 2003 20:36:04 +0000 (20:36 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 14 Jun 2003 20:36:04 +0000 (20:36 +0000)
commit632c0320a946eb80f60e2e6480bcc5fa87907b97
tree080e2f9d9377e63f0e3556c8173fc194803b2751
parent6f731c620fcf3b92307f3c0552fe49998246624e
Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based on
variables the user configures - the user isn't expected to change
GLIB_CFLAGS or GTK_CFLAGS, and there's a comment nothing that users
shouldn't have to do so), which contain the appropriate "/I" flags for
building stuff that requires only GLib, and stuff that required GTK+ and
GLib, respectively, and use those macros in the Makefile.nmake files.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7884 f5534014-38df-0310-8fa8-9805f1628bb7
16 files changed:
Makefile.nmake
config.nmake
epan/Makefile.nmake
epan/dfilter/Makefile.nmake
epan/ftypes/Makefile.nmake
gtk/Makefile.nmake
plugins/Makefile.nmake
plugins/artnet/Makefile.nmake
plugins/docsis/Makefile.nmake
plugins/giop/Makefile.nmake
plugins/gryphon/Makefile.nmake
plugins/megaco/Makefile.nmake
plugins/mgcp/Makefile.nmake
plugins/pcli/Makefile.nmake
plugins/rtnet/Makefile.nmake
wiretap/Makefile.nmake