summaryrefslogtreecommitdiffstats
path: root/windows/copy_hdf.bat
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-03-19 14:48:49 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-03-19 14:48:49 (GMT)
commitefb94f8949dae9c65a0a772d61eca6eac09749c3 (patch)
tree80ccc217ad6a1f211d4593b8dbc9bb204b9eee1e /windows/copy_hdf.bat
parent8c9b42fcf3d5077414e860e701d53bf61d0d99cd (diff)
downloadhdf5-efb94f8949dae9c65a0a772d61eca6eac09749c3.zip
hdf5-efb94f8949dae9c65a0a772d61eca6eac09749c3.tar.gz
hdf5-efb94f8949dae9c65a0a772d61eca6eac09749c3.tar.bz2
[svn-r18430] Add windows define BIND_TO_CURRENT_VCLIBS_VERSION=1 to project files.
Corrected copy H5srcdir_str.h commands in script. Added libsettings project to behave like h5tinit.vcproj.
Diffstat (limited to 'windows/copy_hdf.bat')
-rwxr-xr-xwindows/copy_hdf.bat10
1 files changed, 5 insertions, 5 deletions
diff --git a/windows/copy_hdf.bat b/windows/copy_hdf.bat
index 6a96263..6d203ce 100755
--- a/windows/copy_hdf.bat
+++ b/windows/copy_hdf.bat
@@ -26,10 +26,10 @@ copy /y fortran\src\H5f90i_gen.h ..\fortran\src > nul
copy /y fortran\src\H5fortran_types.f90 ..\fortran\src > nul
xcopy /s /i /y *.bat ..\ > nul
copy /y examples\testExamples_exp_output.txt ..\examples > nul
-copy /y c++\test\H5srcdir.h ..\src > nul
-copy /y hl\test\H5srcdir.h ..\src > nul
-copy /y perform\H5srcdir.h ..\src > nul
-copy /y test\H5srcdir.h ..\src > nul
-copy /y tools\h5repack\H5srcdir.h ..\src > nul
+copy /y c++\test\H5srcdir.h ..\c++\test > nul
+copy /y hl\test\H5srcdir.h ..\hl\test > nul
+copy /y perform\H5srcdir.h ..\perform > nul
+copy /y test\H5srcdir.h ..\test > nul
+copy /y tools\h5repack\H5srcdir.h ..\tools\h5repack > nul
popd