With xcopy use backsplash instead of slash as directory seperator
authorlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 14 Jan 2005 18:04:54 +0000 (18:04 +0000)
committerlroland <lroland@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 14 Jan 2005 18:04:54 +0000 (18:04 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13038 f5534014-38df-0310-8fa8-9805f1628bb7

asn1/h225/makefile.nmake

index 7794cb65d7df35240079ae700068664261ec6558..da3b5adccc88657647d01e82942faf583f038787 100644 (file)
@@ -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