diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-02-25 16:46:02 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-02-25 16:46:02 (GMT) |
commit | dd7dcb5b0783c810f5e9bdcfa529457c4692c076 (patch) | |
tree | 798a16d2c6638a9689496cb661e805aae3780855 /release_docs/INSTALL_Windows.txt | |
parent | 711f06f2eaf61925b628f8892627cf33364a3d04 (diff) | |
download | hdf5-dd7dcb5b0783c810f5e9bdcfa529457c4692c076.zip hdf5-dd7dcb5b0783c810f5e9bdcfa529457c4692c076.tar.gz hdf5-dd7dcb5b0783c810f5e9bdcfa529457c4692c076.tar.bz2 |
[svn-r14668] Purpose: Backport of added Windows HL examples from trunk
Description:
The Windows suite of examples for HL C was a very small subset of the examples that exist for other platforms. Now we have all of the HL C examples-- integrated into the VS projects files, and batch test scripts.
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-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 daedadd..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_images - ex_imagesdll - ex_lite - ex_litedll - ex_table - ex_tabledll - ex_ds - ex_dsdll - ex_packet - ex_packetdll + 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 |