diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-02-19 15:32:35 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-02-19 15:32:35 (GMT) |
commit | fc8e5477f583b6e256b06da62fb9b80d0db5418f (patch) | |
tree | 990b93d51842d93eb22cc8d19c4209196339cea7 /release_docs | |
parent | 17551385395c062ed26e2a6d008d3e61132c584d (diff) | |
download | hdf5-fc8e5477f583b6e256b06da62fb9b80d0db5418f.zip hdf5-fc8e5477f583b6e256b06da62fb9b80d0db5418f.tar.gz hdf5-fc8e5477f583b6e256b06da62fb9b80d0db5418f.tar.bz2 |
[svn-r14609] Purpose: Update Windows documentation for last checkin
Description:
List the new HL C examples that were added in the last checkin. Rather than listing each one individually, we give a brief summary, and instructions for how to test them.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_Windows.txt | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt index 8af639b..1facd81 100644 --- a/release_docs/INSTALL_Windows.txt +++ b/release_docs/INSTALL_Windows.txt @@ -829,20 +829,14 @@ To build and test HDF5 High Level C examples: Select "Build" -> "Build Solution" or "Rebuild Solution" to build release version of project "allhlcexamples". - When the debug and release build is done, there should be the following - subdirectories in c:\MyHDFstuff\hdf5\examples\ - - allhlcexamples - ex_image1 - ex_image1dll - ex_lite1 - ex_lite1dll - ex_table01 - ex_table01dll - ex_ds1 - ex_ds1dll - ptExampleFL - ptExampleFLdll + When the debug and release build is done, binaries will be built in the + following subdirectories of c:\MyHDFstuff\hdf5\examples\ + + ex_image[1-2](dll) + ex_lite1(dll) + ex_table[01-12](dll) + ex_ds1(dll) + ptExample[FL+VL](dll) 3. Invoke a command prompt and run the batch file Install_hlcexamples.bat which resides in the top level directory (c:\MyHDFstuff\hdf5). This file |