summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2006-02-28 19:12:05 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2006-02-28 19:12:05 (GMT)
commit779ffdb014908710841e0d011f9d4dade0ed2c08 (patch)
treeb1c7e0a5d6a76df94b09b0be0e09d5e849d77140 /release_docs
parentd03c3e9358c07a155b9305a2e211e3701bceedce (diff)
downloadhdf5-779ffdb014908710841e0d011f9d4dade0ed2c08.zip
hdf5-779ffdb014908710841e0d011f9d4dade0ed2c08.tar.gz
hdf5-779ffdb014908710841e0d011f9d4dade0ed2c08.tar.bz2
[svn-r11987] Purpose:
Modify documentation according the new improved batch files Description: Solution: Platforms tested: Misc. update:
Diffstat (limited to 'release_docs')
-rwxr-xr-xrelease_docs/INSTALL_Windows_From_Command_Line.html46
-rwxr-xr-xrelease_docs/INSTALL_Windows_From_Command_Line.txt38
2 files changed, 1 insertions, 83 deletions
diff --git a/release_docs/INSTALL_Windows_From_Command_Line.html b/release_docs/INSTALL_Windows_From_Command_Line.html
index 2447eb3..2c5ce8a 100755
--- a/release_docs/INSTALL_Windows_From_Command_Line.html
+++ b/release_docs/INSTALL_Windows_From_Command_Line.html
@@ -429,30 +429,6 @@ list-style-type:none;
will copy all the necessary batch files and text files saved under
<span class="filename">c:\MyHDFstuff\hdf5\windows</span> directory to the directories where they
will be used.</p></li>
- <li><h4>1.5 Convert project files format from MSVS 6.0 to MSVS .Net</h4>
- <p>Go to directory <span class="filename">c:\MyHDFstuff\hdf5</span> and run
- <span class="filename">convert_to_vcproj.bat</span> in the following format:</p>
- <ul class="normal">
- <li>convert_to_vcproj "Absolute path of directory hdf5" </li>
- </ul>
- <p>For example:</p>
- <ul class="normal">
- <li>convert_to_vcproj c:\MyHDFstuff\hdf5</li>
- </ul>
- <p>The converting results will be saved into file
- <span class="filename">convert.log</span> under the directory
- <span class="filename">c:\MyHDFstuff\hdf5</span>.
- The messages should look like</p>
- <ul class="normal">
- <li>Converting: c:\MyHDFstuff\hdf5\windows\proj\all\all.dsp </li>
-
- <li>New Project Name: c:\MyHDFstuff\\hdf5\windows\proj\all\all.vcproj</li>
- </ul>
- <p class="note">Notes:</p>
- <p><span class="filename">all.sln</span> was provided with HDF5-1.8.0 Release. Users don't need
- to convert the workspace from MSVS 6.0 format to MSVS .Net
- Format
- </p></li>
</ul>
<h3>2. Building HDF5 C and C++ Libraries :</h3>
@@ -595,26 +571,6 @@ list-style-type:none;
<span class="filename">c:\MyHDFstuff\hdf5\windows</span> directory to the directories where they
will be used.
</p></li>
- <li><h4>1.3 Convert project files format from MSVS 6.0 to MSVS .Net Format</h4>
- <p>Go to directory <span class="filename">c:\MyHDFstuff\hdf5</span> and run
- <span class="filename">convert_to_vcproj.bat</span>
- in the following format:</p>
- <ul class="normal">
- <li>convert_to_vcproj "Absolute path of directory hdf5" </li>
- </ul>
- <p>For example:</p>
- <ul class="normal">
- <li>convert_to_vcproj c:\MyHDFstuff\hdf5</li>
- </ul>
- <p>The converting results will be saved into file
- <span class="filename">convert.log </span>under
- the directory<span class="filename"> c:\MyHDFstuff\hdf5</span>. The messages should look like</p>
- <ul class="normal">
- <li>Converting: c:\MyHDFstuff\hdf5\windows\proj\all\all.dsp </li>
-
- <li>New Project Name: c:\MyHDFstuff\\hdf5\windows\proj\all\all.vcproj</li>
- </ul>
- </li>
</ul>
<h3>2. Building HDF5 C and C++ Libraries :</h3>
<p>We provide 2 options for users to build HDF5 libraries and tools.</p>
@@ -750,4 +706,4 @@ list-style-type:none;
<p>&nbsp;</p>
</ul>
</BODY>
-</HTML>
+</HTML> \ No newline at end of file
diff --git a/release_docs/INSTALL_Windows_From_Command_Line.txt b/release_docs/INSTALL_Windows_From_Command_Line.txt
index dafe945..0b04f37 100755
--- a/release_docs/INSTALL_Windows_From_Command_Line.txt
+++ b/release_docs/INSTALL_Windows_From_Command_Line.txt
@@ -237,27 +237,6 @@ SECTION II: Building and testing HDF5 C and C++ Library on command line
c:\MyHDFstuff\hdf5\windows directory to the directories where they
will be used.
- 1.5 Convert project files format from MSVS 6.0 to MSVS .Net
-
- Go to directory c:\MyHDFstuff\hdf5 and run convert_to_vcproj.bat
- in the following format
-
- convert_to_vcproj "Absolute path of directory hdf5"
-
- For example:
-
- convert_to_vcproj c:\MyHDFstuff\hdf5
-
- The converting results will be saved into file convert.log under
- the directory c:\MyHDFstuff\hdf5. The messages should look like
-
- Converting: c:\MyHDFstuff\hdf5\windows\proj\all\all.dsp
- New Project Name: c:\MyHDFstuff\hdf5\windows\proj\all\all.vcproj
-
- Note: all.sln was provided with HDF5-1.8.0 Release. Users don't need
- to convert the workspace from MSVS 6.0 format to MSVS .Net
- Format
-
2. Building HDF5 C and C++ Libraries :
We provide 2 options for users to build and test HDF5 libraries and tools.
@@ -376,23 +355,6 @@ SECTION II: Building and testing HDF5 C and C++ Library on command line
saved under c:\MyHDFstuff\hdf5\windows directory to the
directories where they will be used.
- 1.4 Convert project files format from MSVS 6.0 to MSVS .Net Format
-
- Go to directory c:\MyHDFstuff\hdf5 and run convert_to_vcproj.bat
- in the following format:
-
- convert_to_vcproj "Absolute path of directory hdf5"
-
- For example:
-
- convert_to_vcproj c:\MyHDFstuff\hdf5
-
- The converting results will be saved into file convert.log under
- the directory c:\MyHDFstuff\hdf5. The messages should look like
-
- Converting: c:\MyHDFstuff\hdf5\windows\proj\all\all.dsp
- New Project Name: c:\MyHDFstuff\\hdf5\windows\proj\all\all.vcproj
-
2. Building HDF5 C and C++ Libraries :
We provide 2 options for users to build HDF5 libraries and tools.