summaryrefslogtreecommitdiffstats
path: root/windows/copy_hdf.bat
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2005-04-26 15:51:28 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2005-04-26 15:51:28 (GMT)
commit8ab8a398171e4296489340601b14c4a4b66c53a4 (patch)
tree46461ced6eb442756c4b840db294f4271e5d0397 /windows/copy_hdf.bat
parent4a5280bd712fa450b356fb48fdcb8838fdc1b8f5 (diff)
downloadhdf5-8ab8a398171e4296489340601b14c4a4b66c53a4.zip
hdf5-8ab8a398171e4296489340601b14c4a4b66c53a4.tar.gz
hdf5-8ab8a398171e4296489340601b14c4a4b66c53a4.tar.bz2
[svn-r10664] Purpose:
H5f90i_gen.h has to be copied to fortran/src for windows. Add this line in the batch file. Description: Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
Diffstat (limited to 'windows/copy_hdf.bat')
-rwxr-xr-xwindows/copy_hdf.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/copy_hdf.bat b/windows/copy_hdf.bat
index 1765eff..6b9c905 100755
--- a/windows/copy_hdf.bat
+++ b/windows/copy_hdf.bat
@@ -1,5 +1,6 @@
copy src\H5Tinit.c ..\src
copy src\H5pubconf.h ..\src
+copy fortran\src\H5f90i_gen.h ..\fortran\src
copy fortran\src\H5fortran_types.f90 ..\fortran\src
xcopy /e/i/Y *.bat ..\
copy examples\testExamples_exp_output.txt ..\examples