aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
diff options
context:
space:
mode:
authorLars Roland <Lars.Roland@gmx.net>2005-01-14 17:56:40 +0000
committerLars Roland <Lars.Roland@gmx.net>2005-01-14 17:56:40 +0000
commit858cca22d573aa26597870209d7ecbc8d363248c (patch)
treeed0d11b3e17092d8099dc2f298e8557448cdd5f4 /asn1/h225
parenta394e4984de146d726e97eac4b70b1c0f2703e5d (diff)
Replace another "cp" with two "xcopy"s
svn path=/trunk/; revision=13037
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 579d6f2060..7794cb65d7 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
- cp -f -p $(DISSECTOR_FILES) ../../epan/dissectors
- \ No newline at end of file
+ xcopy packet-h225.c ../../epan/dissectors /d /y
+ xcopy packet-h225.h ../../epan/dissectors /d /y