summaryrefslogtreecommitdiff
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2009-09-13 02:12:03 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2009-09-13 02:12:03 +0000
commit522ecdd01889ed6a36b3fdefb6aec2c8550d95f9 (patch)
tree6b6b18df221cf7bf94fe22944f5f2c67fce7eae4 /epan/dissectors/Makefile.nmake
parentee8f078374b21aa3416c8074b3390847aaf90a5f (diff)
downloadwireshark-522ecdd01889ed6a36b3fdefb6aec2c8550d95f9.tar.gz
Try to get the paths right
svn path=/trunk/; revision=29872
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-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