Boost the memory allocation so we can compile "help_dlg.c" which
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 10 Feb 2003 23:34:49 +0000 (23:34 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 10 Feb 2003 23:34:49 +0000 (23:34 +0000)
includes "FAQ.include" as a giant string containing the entire FAQ.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7117 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/Makefile.nmake

index 8c2402e4ca35ec8c1c1cf14f5bd3f6f8784b7347..1cf9636c05497a8b669c8f4725f12c55ff8d71ef 100644 (file)
@@ -1,7 +1,7 @@
 ## Makefile for building ethereal.exe with Microsoft C and nmake
 ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
 #
-# $Id: Makefile.nmake,v 1.39 2003/01/22 00:40:36 sahlberg Exp $
+# $Id: Makefile.nmake,v 1.40 2003/02/10 23:34:49 guy Exp $
 
 include ..\config.nmake
 
@@ -14,7 +14,7 @@ CFLAGS=-DHAVE_CONFIG_H /I.. /I../wiretap \
        /I$(PCAP_DIR)\WPCAP\LIBPCAP /I$(PCAP_DIR)\WPCAP\LIBPCAP\bpf \
        /I$(PCAP_DIR)\WPCAP\LIBPCAP\lbl \
        /I$(PCAP_DIR)\include /I$(NET_SNMP_DIR)\include \
-       /I$(NET_SNMP_DIR)\win32 -D_U_="" $(LOCAL_CFLAGS)
+       /I$(NET_SNMP_DIR)\win32 /Zm800 -D_U_="" $(LOCAL_CFLAGS)
 
 CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL