diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-08-10 15:19:56 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-08-10 15:19:56 (GMT) |
commit | e039e5125c8a741570ce55ba7f9089e02362591a (patch) | |
tree | c5113da77f91a65bed068d9e8763a71d14c492da /MANIFEST | |
parent | c5cdb7d9577f4b2b8238cad5f148e7c2dba05141 (diff) | |
download | hdf5-e039e5125c8a741570ce55ba7f9089e02362591a.zip hdf5-e039e5125c8a741570ce55ba7f9089e02362591a.tar.gz hdf5-e039e5125c8a741570ce55ba7f9089e02362591a.tar.bz2 |
[svn-r14066] Purpose: Streamline Windows typegen projects
Description:
Previously the process of generating h5tinit.c, as well as the Fortran type files, was very manual on Windows. For Fortran, the process included opening 4 different solutions, and running 4 different commands from the prompt. I've made things very much more automated, and now only requires only building one project for either C or C/Fortran. Running the commands to generate the file is done automatically.
Tested: VS.NET
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -1806,13 +1806,11 @@ ./windows/hl/tools/gifconvdll/h52gifdll.vcproj # Misc. Projects -./windows/misc/fortrantypegen/fortrantypegen.sln -./windows/misc/fortrantypegen/H5fortran_detect.vfproj -./windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.sln -./windows/misc/H5fortran_detect_gen/H5fortran_detect_gen.vfproj -./windows/misc/matchtypegen/H5match_types.vcproj -./windows/misc/matchtypegen/matchtypegen.sln ./windows/misc/typegen/typegen.sln +./windows/misc/typegen/typegen_fortran.sln +./windows/misc/typegen/h5fort_type_defines/h5fort_type_defines.vfproj +./windows/misc/typegen/h5fortran_detect/h5fortran_detect.vfproj +./windows/misc/typegen/h5match_types/h5match_types.vcproj ./windows/misc/typegen/h5tinit/h5tinit.vcproj # Project Files |