From 522ecdd01889ed6a36b3fdefb6aec2c8550d95f9 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Sun, 13 Sep 2009 02:12:03 +0000 Subject: Try to get the paths right svn path=/trunk/; revision=29872 --- epan/dissectors/Makefile.nmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'epan/dissectors/Makefile.nmake') diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake index 2c94518332..354df4a2f2 100644 --- a/epan/dissectors/Makefile.nmake +++ b/epan/dissectors/Makefile.nmake @@ -81,10 +81,10 @@ register.c: $(ALL_DISSECTORS_SRC) @$(SH) ../../tools/make-dissector-reg . dissectors $(ALL_DISSECTORS_SRC) \ !ENDIF -packet-ncp2222.c : ../../tools/ncp2222.py +packet-ncp2222.c : ..\..\tools/ncp2222.py !IFDEF PYTHON @echo Making packet-ncp2222.c - $(PYTHON) ../../tools/ncp2222.py -o packet-ncp2222.c + $(PYTHON) "../../tools/ncp2222.py" -o packet-ncp2222.c !ELSE @echo Faking packet-ncp2222.c... @echo Python is required to build the NCP disector @@ -97,7 +97,7 @@ packet-ncp2222.obj: packet-ncp2222.inc # Target to rebuild the X11 dissector header files. # See README.X11 before using this--it requires the xcb and mesa source. -x11-dissector: ../../tools/process-x11-fields.pl x11-fields ../../tools/process-x11-xcb.pl +x11-dissector: ..\..\tools/process-x11-fields.pl x11-fields ..\..\tools/process-x11-xcb.pl $(PERL) ../../tools/process-x11-fields.pl < x11-fields $(PERL) ../../tools/process-x11-xcb.pl -- cgit v1.2.3