diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-12-20 21:21:23 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-12-20 21:21:23 (GMT) |
commit | 762a7b386537eddbbfded36202a62c3d53090d96 (patch) | |
tree | b40362fc3e62dbd42bcfdede6037909386c9602e /MANIFEST | |
parent | 5d6971b840677cbac479a97015d72e51f7520a0e (diff) | |
download | hdf5-762a7b386537eddbbfded36202a62c3d53090d96.zip hdf5-762a7b386537eddbbfded36202a62c3d53090d96.tar.gz hdf5-762a7b386537eddbbfded36202a62c3d53090d96.tar.bz2 |
[svn-r11821] Purpose:
add hl fortran examples and move hl c examples
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 35 |
1 files changed, 20 insertions, 15 deletions
@@ -1638,6 +1638,7 @@ ./windows/install_hlf90dll.bat ./windows/install_hlcppdll.BAT ./windows/install_hlcexamples.BAT +./windows/install_hlf90examples.BAT #windows fortran examples ./windows/fortran/examples/allf90examples/allf90examples.dsp ./windows/fortran/examples/allf90examples/allf90examples.dsw @@ -1671,20 +1672,24 @@ ./windows/fortran/examples/selecteletestdll/selecteletestdll.dsp #Windows High Level C Examples -./windows/hl/hl_c_examples/ex_images/ex_images.dsp -./windows/hl/hl_c_examples/ex_imagesdll/ex_imagesdll.dsp -./windows/hl/hl_c_examples/ex_lite/ex_lite.dsp -./windows/hl/hl_c_examples/ex_litedll/ex_litedll.dsp -./windows/hl/hl_c_examples/ex_table/ex_table.dsp -./windows/hl/hl_c_examples/ex_tabledll/ex_tabledll.dsp -./windows/hl/hl_c_examples/hl_c_examples/hl_c_examples.dsp -./windows/hl/hl_c_examples/hl_c_examples.dsw -./windows/hl/hl_c_examples/test_hl_cexamples.BAT -./windows/hl/hl_c_examples/src/ex_lite.c -./windows/hl/hl_c_examples/src/ex_images.c -./windows/hl/hl_c_examples/src/ex_table.c - - - +./windows/hl/examples/ex_images.c +./windows/hl/examples/ex_lite.c +./windows/hl/examples/ex_table.c +./windows/hl/examples/test_hl_cexamples.BAT +./windows/hl/examples/allhlcexamples/allhlcexamples.dsp +./windows/hl/examples/allhlcexamples/allhlcexamples.dsw +./windows/hl/examples/ex_imagesdll/ex_imagesdll.dsp +./windows/hl/examples/ex_lite/ex_lite.dsp +./windows/hl/examples/ex_litedll/ex_litedll.dsp +./windows/hl/examples/ex_table/ex_table.dsp +./windows/hl/examples/ex_tabledll/ex_tabledll.dsp + +#Windows High Level Fortran Examples +./windows/hl/fortran/examples/exlite.f90 +./windows/hl/fortran/examples/test_hl_f90examples.BAT +./windows/hl/fortran/examples/allhlf90examples/allhlf90examples.dsp +./windows/hl/fortran/examples/allhlf90examples/allhlf90examples.dsw +./windows/hl/fortran/examples/ex_lite/ex_lite.dsp +./windows/hl/fortran/examples/ex_litedll/ex_litedll.dsp |