Wed Jun 4 09:36:54 UTC 2014 Johnny Willemsen <jwillemsen@remedy.nl>
[MPC.git] / config / wireshark.mpb
blobedf232486f7c5b9e9f4cc39fe2f27696691cb04c
1 //
2 // $Id$
3 //
5 project : glib {
6   requires      += wireshark
8   // Unfortunately Wireshark does not install headers for plugin
9   // development; instead we rely on the source distribution:
10   includes      += $(WIRESHARK_SRC)
12   specific(vc71) {
13     macros      += MSC_VER_REQUIRED=1310
14   }
15   specific(vc8) {
16     macros      += MSC_VER_REQUIRED=1400
17   }
18   specific(vc9) {
19     macros      += MSC_VER_REQUIRED=1500
20   }
21   specific(vc10) {
22     macros      += MSC_VER_REQUIRED=1600
23   }
24   verbatim(nmake, top) {
25     include $(WIRESHARK_SRC)/config.nmake
26   }
28   specific(prop:windows) {
29     libpaths    += $(WIRESHARK_SRC)/wiretap $(WIRESHARK_SRC)/epan
30     lit_libs    += wiretap-$(WIRETAP_VERSION) libwireshark
31   } else {
32     libpaths    += $(WIRESHARK_SRC)/wiretap/.libs $(WIRESHARK_SRC)/epan/.libs
33     lit_libs    += wiretap wireshark
34   }