aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-04-24 03:43:08 +0000
committerBill Meier <wmeier@newsguy.com>2007-04-24 03:43:08 +0000
commit6386eda24cc3c74dd869c39a81148ed339efbef3 (patch)
tree78095e6cba2232f366f98c8791e42c0c5e55946a /epan/Makefile.nmake
parent2c346d9a3ca3af8102aeeedb5e0f7668f884d6e7 (diff)
Addt'l fixes so suite-unittests will run under windows
svn path=/trunk/; revision=21546
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 9233e883fa..44d30e00a5 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -213,18 +213,18 @@ reassemble_test.exe: reassemble_test.obj tvbuff.obj except.obj strutil.obj emem.
exntest_install:
set copycmd=/y
- if exist exntest.exe xcopy exntest.exe $(INSTALL_DIR) /d
+ if exist exntest.exe xcopy exntest.exe $(INSTALL_DIR) /d
if exist exntest.exe.manifest xcopy exntest.exe.manifest $(INSTALL_DIR) /d
tvbtest_install:
set copycmd=/y
- if exist exntest.exe xcopy exntest.exe $(INSTALL_DIR) /d
- if exist exntest.exe.manifest xcopy exntest.exe.manifest $(INSTALL_DIR) /d
+ if exist tvbtest.exe xcopy tvbtest.exe $(INSTALL_DIR) /d
+ if exist tvbtest.exe.manifest xcopy tvbtest.exe.manifest $(INSTALL_DIR) /d
reassemble_test_install:
set copycmd=/y
- if exist exntest.exe xcopy exntest.exe $(INSTALL_DIR) /d
- if exist exntest.exe.manifest xcopy exntest.exe.manifest $(INSTALL_DIR) /d
+ if exist reassemble_test.exe xcopy reassemble_test.exe $(INSTALL_DIR) /d
+ if exist reassemble_test.exe.manifest xcopy reassemble_test.exe.manifest $(INSTALL_DIR) /d
# (Windows only) Copy some sources from /trunk to /trunk/epan.