aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-09-25 21:27:19 +0000
committerJörg Mayer <jmayer@loplof.de>2011-09-25 21:27:19 +0000
commit576ab168c9e5c99111ef1e2147589f4a7f1b72b2 (patch)
treeaf0840735cd6529336c3d56fd72b76fe63a6f22f /Makefile.nmake
parent420acb2fba82e515b54f0e2da4a4aa8054e7e705 (diff)
Get rid of (hopefully) all configure options to enable MAIN_MENU_USE_UIMANAGER
as it is the only option left. svn path=/trunk/; revision=39138
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index de879764c2..3e52114e08 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -385,7 +385,6 @@ config.h : config.h.win32 config.nmake
-e "s/@INET6@/$(INET6_CONFIG)/" \
-e "s/@HAVE_NTDDNDIS_H@/$(NTDDNDIS_CONFIG)/" \
-e "s/@PCAP_NG_DEFAULT@/$(PCAP_NG_DEFAULT)/" \
- -e "s/@MAIN_MENU_USE_UIMANAGER@/$(MAIN_MENU_USE_UIMANAGER)/" \
-e "s/@WANT_PACKET_EDITOR@/$(WANT_PACKET_EDITOR)/" \
< config.h.win32 > $@