diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-02-18 18:51:47 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-02-18 18:51:47 (GMT) |
commit | a937d785c0a3fa0f9342aef69f37d0a91216c620 (patch) | |
tree | 47ad5ea0e01acb647683435c58b309f43c2364ac /release_docs | |
parent | d2eaed4f42a3351b304a32eae7f5ec9ba395a0cc (diff) | |
download | hdf5-a937d785c0a3fa0f9342aef69f37d0a91216c620.zip hdf5-a937d785c0a3fa0f9342aef69f37d0a91216c620.tar.gz hdf5-a937d785c0a3fa0f9342aef69f37d0a91216c620.tar.bz2 |
[svn-r14605] Purpose: Rename Windows HL Example projects to match other platforms
Description:
The collection of HL C examples that we distribute for Windows is incomplete. I wasn't aware of it until Pedro pointed it out, because we use different (although similar) names for the generated files. This checkin changes the naming to follow Linux, in preparation to add the rest of the HL examples to Windows.
Note: I believe I've updated the MANIFEST accordingly, but I may have missed something-- I'll check on Linux shortly after this commit.
Tested:
VS2005 on WinXP
VS.NET on WinXP
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_Windows.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt index daedadd..8af639b 100644 --- a/release_docs/INSTALL_Windows.txt +++ b/release_docs/INSTALL_Windows.txt @@ -833,16 +833,16 @@ To build and test HDF5 High Level C examples: 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 + ex_image1 + ex_image1dll + ex_lite1 + ex_lite1dll + ex_table01 + ex_table01dll + ex_ds1 + ex_ds1dll + ptExampleFL + ptExampleFLdll 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 |