mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
36d7bd204d
Remove all.zip for supporting windows. Why? 1. Avoid confliction for windows programmers 2. Decrease size of CVS tree by adding all.zip 3. Avoid using winzip as the intermediate step Kent Yang Description: Put all windows project files under hdf5/windows directory. This check-in includes some batch files. Solution: Platforms tested: VS 6.0, windows XP Misc. update:
6 lines
130 B
Batchfile
Executable File
6 lines
130 B
Batchfile
Executable File
copy src\H5Tinit.c ..\src
|
|
copy src\H5pubconf.h ..\src
|
|
copy fortran\src\H5fortran_types.f90 ..\fortran\src
|
|
xcopy /e/i/Y *.bat ..\
|
|
|