diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-08-02 20:06:31 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-08-02 20:06:31 (GMT) |
commit | 7f2265149224ffa99b7a9825d4faf0b4823f4562 (patch) | |
tree | 3f5701d0e5360007fa3a834b487c7656eabbe018 /release_docs/INSTALL_Windows.txt | |
parent | 82e6cac79aa902301900443bcca8d4720354d05d (diff) | |
download | hdf5-7f2265149224ffa99b7a9825d4faf0b4823f4562.zip hdf5-7f2265149224ffa99b7a9825d4faf0b4823f4562.tar.gz hdf5-7f2265149224ffa99b7a9825d4faf0b4823f4562.tar.bz2 |
[svn-r14034] Purpose: Remove forced symbol "gethostname@8" from Windows projects
Description:
Previously, we needed to force symbol definition "gethostname@8" for compatibility with old versions of Visual Studio. It appears that Visual Studio no longer requires this, so we remove it. This makes the build process on 64-bit much smoother.
Also minor updates to main documentation, command-line documentation, and removed codewarrior and INTEL docs.
Tested:
VS.NET
VS2005
chkmanifest
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-rw-r--r-- | release_docs/INSTALL_Windows.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt index 0850ff1..466a5fe 100644 --- a/release_docs/INSTALL_Windows.txt +++ b/release_docs/INSTALL_Windows.txt @@ -1831,13 +1831,7 @@ Building: 4.3 Modify Project Settings - Similar to Step 3.3, we must remove "gethostname@8" from the list of - "Force Symbol References" for each project that has it. Although - tedious, this must be done, or Visual Studio will issue a linker - error. For Visual Studio 2005, this must be done for both debug - and release versions. In .NET, we only build release. - - In .NET, we also need to add "bufferoverflowU.lib" as a dependency + In .NET, we need to add "bufferoverflowU.lib" as a dependency for several projects. You can simply add it to all projects that produce an executable or dll, or identify specific projects that need it at build-time because they will fail with a link error |