aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-18 21:02:19 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-07-18 21:02:19 +0000
commit93669d382f30b6d6618f970bfd53f6e1eb529308 (patch)
treefd3ebeb8b9e916e1caf6d315442f59ea042b0963 /epan/dissectors/Makefile.nmake
parent18736b613de1d236014210776cdf185e2806a866 (diff)
some more changes for the win32 nmake process
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11417 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake7
1 files changed, 5 insertions, 2 deletions
diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake
index 934571ee58..0adda23a30 100644
--- a/epan/dissectors/Makefile.nmake
+++ b/epan/dissectors/Makefile.nmake
@@ -7,7 +7,10 @@ include ..\..\config.nmake
############### no need to modify below this line #########
+include Makefile.common
+
CFLAGS=-DHAVE_CONFIG_H /I. /I.. /I../.. $(GLIB_CFLAGS) \
+ /I$(NET_SNMP_DIR)\include /I$(NET_SNMP_DIR)\win32 \
$(PCRE_CFLAGS) /I$(PCAP_DIR)\include -D_U_="" $(LOCAL_CFLAGS)
CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL
@@ -15,10 +18,10 @@ CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL
.c.obj::
$(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $<
-DISSECTOR_SRC = $(DISSECTOR_SRC:../=)
+#DISSECTOR_SRC = $(DISSECTOR_SRC:../=)
DISSECTOR_OBJECTS = $(DISSECTOR_SRC:.c=.obj)
-DISSECTOR_SUPPORT_SRC = $(DISSECTOR_SUPPORT_SRC:../=)
+DISSECTOR_SUPPORT_SRC = $(DISSECTOR_SUPPORT_SRC:../../=)
DISSECTOR_SUPPORT_OBJECTS = $(DISSECTOR_SUPPORT_SRC:.c=.obj)
#dissectors.lib: ../../config.h $(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS) $(EXTRA_OBJECTS)