summaryrefslogtreecommitdiff
path: root/config/wireshark.mpb
diff options
context:
space:
mode:
authorstallions <stallions@a3e5c962-4219-0410-a828-e124f845ac39>2010-02-16 04:40:51 +0000
committerstallions <stallions@a3e5c962-4219-0410-a828-e124f845ac39>2010-02-16 04:40:51 +0000
commite4caae194e21d8dbb8f37394b183193fe4538fc0 (patch)
tree2e6957eb552367324ee8aae76a38b160c2aba0ba /config/wireshark.mpb
parente66c0c5a7fa9a427d6fc16c4f34c07deb32af23f (diff)
downloadMPC-e4caae194e21d8dbb8f37394b183193fe4538fc0.tar.gz
Tue Feb 16 04:36:04 UTC 2010 Steven Stallion <stallions@ociweb.com>
Diffstat (limited to 'config/wireshark.mpb')
-rw-r--r--config/wireshark.mpb6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/wireshark.mpb b/config/wireshark.mpb
index 63039348..b1d1bc36 100644
--- a/config/wireshark.mpb
+++ b/config/wireshark.mpb
@@ -9,9 +9,6 @@ project : glib {
// development; instead we rely on the source distribution:
includes += $(WIRESHARK_SRC)
- verbatim(nmake, top) {
- include $(WIRESHARK_SRC)/config.nmake
- }
specific(vc71) {
macros += MSC_VER_REQUIRED=1310
}
@@ -21,6 +18,9 @@ project : glib {
specific(vc9) {
macros += MSC_VER_REQUIRED=1500
}
+ verbatim(nmake, top) {
+ include $(WIRESHARK_SRC)/config.nmake
+ }
specific(vc71,vc8,vc9,nmake) {
libpaths += $(WIRESHARK_SRC)/wiretap $(WIRESHARK_SRC)/epan