summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows_Short_NET.TXT
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-01-16 14:19:10 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-01-16 14:19:10 (GMT)
commit62529d9b1e7f041501195ceeec28587306168d76 (patch)
tree92587929324a04f2cd6e3bbde49ed4e523a0a79e /release_docs/INSTALL_Windows_Short_NET.TXT
parent9bc322e0dcc53c81784f09acc1b92b0c8ffe5545 (diff)
downloadhdf5-62529d9b1e7f041501195ceeec28587306168d76.zip
hdf5-62529d9b1e7f041501195ceeec28587306168d76.tar.gz
hdf5-62529d9b1e7f041501195ceeec28587306168d76.tar.bz2
[svn-r14432] Purpose: Update Windows documentation concerning VS6
Details: We no longer support Visual Studio 6.0, so we note it in the documentation. Also, updated the path references in VS.NET documentation
Diffstat (limited to 'release_docs/INSTALL_Windows_Short_NET.TXT')
-rwxr-xr-xrelease_docs/INSTALL_Windows_Short_NET.TXT43
1 files changed, 3 insertions, 40 deletions
diff --git a/release_docs/INSTALL_Windows_Short_NET.TXT b/release_docs/INSTALL_Windows_Short_NET.TXT
index 8e6252e..4b5855a 100755
--- a/release_docs/INSTALL_Windows_Short_NET.TXT
+++ b/release_docs/INSTALL_Windows_Short_NET.TXT
@@ -66,49 +66,12 @@ notes in INSTALL_Windows.txt before starting below procedures.
Invoke Microsoft Visual Studio. From the main menu, go to "File" and
select the "Open Solution" option. Then open the
- c:\MyHDFstuff\hdf5\windows_vs6\proj\all\all.dsw workspace. When prompted
- to convert project files to Visual Studio .NET format, select "Yes to All".
+ c:\MyHDFstuff\hdf5\windows_vnet\proj\all\all.dsw workspace.
You should find Windows project files listed as "all", "big", etc. on the
left.
- 3. Disable Projects
-
- In Visual Studio .NET, we do not support building Fortran libraries. If
- you would like to build Fortran libraries, please read about Visual Studio
- 2005 with Intel Fortran 9.1 in the Install_Windows.txt document.
-
- The following projects must be disabled. Go to "Build", "Configuration
- Manager", and uncheck the following for both Release and Debug builds:
-
- flush1_fortran
- flush1_fortrandll
- flush2_fortran
- flush2_fortrandll
- hdf5_f90cstub
- hdf5_f90cstubdll
- hdf5_fortran
- hdf5_fortrandll
- hdf5_hl_f90cstubdll
- hdf5_hl_fortran
- hdf5_hl_fortrandll
- hl_test_image_fortran
- hl_test_image_fortrandll
- hl_test_lite_fortran
- hl_test_lite_fortrandll
- hl_test_table_fortran
- hl_test_table_fortrandll
- libtest_cstubdll
- libtest_fortran
- libtest_fortrandll
- testhdf5_fortran
- testhdf5_fortrandll
-
- If you don't plan on building threadsafe HDF5, disable project
- "ttsafedll" as well. If you would like to build threadsafe HDF5, please
- see Install_Windows.txt.
-
- 4. (Optional) Disable HDF5 C++ and High level C++
+ 3. (Optional) Disable HDF5 C++ and High level C++
In HDF5 1.8, C++ and HL C++ libraries are built by default. To opt-out,
you must explicitly disable them.
@@ -147,7 +110,7 @@ notes in INSTALL_Windows.txt before starting below procedures.
Libraries.
- 5. Select "Build", then Select "Configuration Manager".
+ 4. Select "Build", then Select "Configuration Manager".
5.1 To build debug static libraries, debug multithreaded DLLs, and tests: