aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2009-02-09 19:38:15 +0000
committerUlf Lamping <ulf.lamping@web.de>2009-02-09 19:38:15 +0000
commit67efa1ca844d16c2334a93261e7f04967bd4730a (patch)
tree6339d7da1b6f1a47946539349e1460c77a3903ce /Makefile.nmake
parent1eac6ce0733d3971dcdb9cfa06205eb7c6d21d8c (diff)
we don't need to copy rawshark.exe.manifest, as this manifest is integrated using mt.exe
svn path=/trunk/; revision=27403
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 0c611be0a7..8bd9054d73 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -930,7 +930,6 @@ install-generated-files:
if exist tshark.exe xcopy tshark.exe $(INSTALL_DIR) /d
if exist tshark.pdb xcopy tshark.pdb $(INSTALL_DIR) /d
if exist rawshark.exe xcopy rawshark.exe $(INSTALL_DIR) /d
- if exist rawshark.exe.manifest xcopy rawshark.exe.manifest $(INSTALL_DIR) /d
if exist rawshark.pdb xcopy rawshark.pdb $(INSTALL_DIR) /d
if exist dumpcap.exe xcopy dumpcap.exe $(INSTALL_DIR) /d
if exist dumpcap.pdb xcopy dumpcap.pdb $(INSTALL_DIR) /d