diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2011-02-11 17:53:15 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2011-02-11 17:53:15 (GMT) |
commit | fbaf56d32db162b6c4ab847f0f278746ab8a95e8 (patch) | |
tree | 84c746a08825f80098c303dd67cea7a399d165e7 /windows/InstallcppExamples.BAT | |
parent | c371688afed79d8c6b886ecf8a8cbbc72b64ee92 (diff) | |
download | hdf5-fbaf56d32db162b6c4ab847f0f278746ab8a95e8.zip hdf5-fbaf56d32db162b6c4ab847f0f278746ab8a95e8.tar.gz hdf5-fbaf56d32db162b6c4ab847f0f278746ab8a95e8.tar.bz2 |
[svn-r20081] Update USING file for changes to examples batch files and added missing instructions.
Diffstat (limited to 'windows/InstallcppExamples.BAT')
-rwxr-xr-x | windows/InstallcppExamples.BAT | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/windows/InstallcppExamples.BAT b/windows/InstallcppExamples.BAT index 14317ab..fb0f800 100755 --- a/windows/InstallcppExamples.BAT +++ b/windows/InstallcppExamples.BAT @@ -23,76 +23,60 @@ cd c++\examples mkdir cppexamplesREL
mkdir cppexamplesRELDLL
-mkdir cppexamplesDBG
-mkdir cppexamplesDBGDLL
cd chunkstest
-copy debug\chunkstest.exe ..\cppexamplesDBG\
copy release\chunkstest.exe ..\cppexamplesREL\
cd ..
cd chunkstestdll
-copy debug\chunkstestdll.exe ..\cppexamplesDBGDLL\
copy release\chunkstestdll.exe ..\cppexamplesRELDLL\
cd ..
cd compoundtest
-copy debug\compoundtest.exe ..\cppexamplesDBG\
copy release\compoundtest.exe ..\cppexamplesREL\
cd ..
cd compoundtestdll
-copy debug\compoundtestdll.exe ..\cppexamplesDBGDLL\
copy release\compoundtestdll.exe ..\cppexamplesRELDLL\
cd ..
cd createtest
-copy debug\createtest.exe ..\cppexamplesDBG\
copy release\createtest.exe ..\cppexamplesREL\
cd ..
cd createtestdll
-copy debug\createtestdll.exe ..\cppexamplesDBGDLL\
copy release\createtestdll.exe ..\cppexamplesRELDLL\
cd ..
cd extend_dstest
-copy debug\extend_dstest.exe ..\cppexamplesDBG\
copy release\extend_dstest.exe ..\cppexamplesREL\
cd ..
cd extend_dstestdll
-copy debug\extend_dstestdll.exe ..\cppexamplesDBGDLL\
copy release\extend_dstestdll.exe ..\cppexamplesRELDLL\
cd ..
cd h5grouptest
-copy debug\h5grouptest.exe ..\cppexamplesDBG\
copy release\h5grouptest.exe ..\cppexamplesREL\
cd ..
cd h5grouptestdll
-copy debug\h5grouptestdll.exe ..\cppexamplesDBGDLL\
copy release\h5grouptestdll.exe ..\cppexamplesRELDLL\
cd ..
cd readdatatest
-copy debug\readdatatest.exe ..\cppexamplesDBG\
copy release\readdatatest.exe ..\cppexamplesREL\
cd ..
cd readdatatestdll
-copy debug\readdatatestdll.exe ..\cppexamplesDBGDLL\
copy release\readdatatestdll.exe ..\cppexamplesRELDLL\
cd ..
cd writedatatest
-copy debug\writedatatest.exe ..\cppexamplesDBG\
copy release\writedatatest.exe ..\cppexamplesREL\
cd ..
cd writedatatestdll
-copy debug\writedatatestdll.exe ..\cppexamplesDBGDLL\
copy release\writedatatestdll.exe ..\cppexamplesRELDLL\
cd ..
|