summaryrefslogtreecommitdiffstats
path: root/windows/InstallExamples.bat
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-05-21 20:04:22 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-05-21 20:04:22 (GMT)
commit51dcf997dc8d297abd1b7b4513fe4483447ddc0d (patch)
tree46682a31e9b6193f6e16173ff2d44562ae2a3372 /windows/InstallExamples.bat
parentc80d46791fd63dbe0ccc1530fcbbd9ed67be1901 (diff)
downloadhdf5-51dcf997dc8d297abd1b7b4513fe4483447ddc0d.zip
hdf5-51dcf997dc8d297abd1b7b4513fe4483447ddc0d.tar.gz
hdf5-51dcf997dc8d297abd1b7b4513fe4483447ddc0d.tar.bz2
[svn-r13776] Added Windows project file for new example project (rev 13702). Updated test scripts and MANIFEST accordingly.
Tested: VS6 on WinXP
Diffstat (limited to 'windows/InstallExamples.bat')
-rwxr-xr-xwindows/InstallExamples.bat10
1 files changed, 10 insertions, 0 deletions
diff --git a/windows/InstallExamples.bat b/windows/InstallExamples.bat
index 880e072..d0bf4dd 100755
--- a/windows/InstallExamples.bat
+++ b/windows/InstallExamples.bat
@@ -76,6 +76,16 @@ copy debug\grouptestdll.exe ..\examplesDBGDLL\
copy release\grouptestdll.exe ..\examplesRELDLL\
cd ..
+cd intermgrouptest
+copy debug\intermgrouptest.exe ..\examplesDBG\
+copy release\intermgrouptest.exe ..\examplesREL\
+cd ..
+
+cd intermgrouptestdll
+copy debug\intermgrouptestdll.exe ..\examplesDBGDLL\
+copy release\intermgrouptestdll.exe ..\examplesRELDLL\
+cd ..
+
cd readtest
copy debug\readtest.exe ..\examplesDBG\
copy release\readtest.exe ..\examplesREL\