aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-01-14 18:04:54 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-01-14 18:04:54 +0000
commit8b2c549c08b400f3a6f3b7dd70eb698a57ecd3f6 (patch)
tree9a7bd9bd13a9dadc253b890a71002285d002fd15 /asn1/h225
parent858cca22d573aa26597870209d7ecbc8d363248c (diff)
With xcopy use backsplash instead of slash as directory seperator
svn path=/trunk/; revision=13038
Diffstat (limited to 'asn1/h225')
-rw-r--r--asn1/h225/makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h225/makefile.nmake b/asn1/h225/makefile.nmake
index 7794cb65d7..da3b5adccc 100644
--- a/asn1/h225/makefile.nmake
+++ b/asn1/h225/makefile.nmake
@@ -19,5 +19,5 @@ clean:
rm -f parsetab.py $(DISSECTOR_FILES)
copy_files: generate_dissector
- xcopy packet-h225.c ../../epan/dissectors /d /y
- xcopy packet-h225.h ../../epan/dissectors /d /y
+ xcopy packet-h225.c ..\..\epan\dissectors /d /y
+ xcopy packet-h225.h ..\..\epan\dissectors /d /y \ No newline at end of file