aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-13 02:12:03 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-13 02:12:03 +0000
commit25f828f24ba84055ac84f1fe8664f39f66f44ce5 (patch)
tree6b6b18df221cf7bf94fe22944f5f2c67fce7eae4
parentc517919f94216ac8197872182f50291cf293c596 (diff)
Try to get the paths right
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29872 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--epan/dissectors/Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
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