diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-05-21 20:04:22 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-05-21 20:04:22 (GMT) |
commit | 51dcf997dc8d297abd1b7b4513fe4483447ddc0d (patch) | |
tree | 46682a31e9b6193f6e16173ff2d44562ae2a3372 /windows/InstallExamples.bat | |
parent | c80d46791fd63dbe0ccc1530fcbbd9ed67be1901 (diff) | |
download | hdf5-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-x | windows/InstallExamples.bat | 10 |
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\
|