summaryrefslogtreecommitdiffstats
path: root/windows/c++
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-08-02 20:06:31 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-08-02 20:06:31 (GMT)
commit7f2265149224ffa99b7a9825d4faf0b4823f4562 (patch)
tree3f5701d0e5360007fa3a834b487c7656eabbe018 /windows/c++
parent82e6cac79aa902301900443bcca8d4720354d05d (diff)
downloadhdf5-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 'windows/c++')
-rw-r--r--windows/c++/test/dsets_cpp/dsets_cpp.vcproj2
-rw-r--r--windows/c++/test/dsets_cppdll/dsets_cppdll.vcproj2
-rw-r--r--windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj2
3 files changed, 0 insertions, 6 deletions
diff --git a/windows/c++/test/dsets_cpp/dsets_cpp.vcproj b/windows/c++/test/dsets_cpp/dsets_cpp.vcproj
index 588dbba..1992f46 100644
--- a/windows/c++/test/dsets_cpp/dsets_cpp.vcproj
+++ b/windows/c++/test/dsets_cpp/dsets_cpp.vcproj
@@ -43,7 +43,6 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
IgnoreDefaultLibraryNames="libc.lib"
- ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../test/dsets_cpp/Debug/dsets_cpp.pdb"
SubSystem="1"
@@ -107,7 +106,6 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
IgnoreDefaultLibraryNames="libcd.lib"
- ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../../test/dsets_cpp/Release/dsets_cpp.pdb"
SubSystem="1"
TargetMachine="1"/>
diff --git a/windows/c++/test/dsets_cppdll/dsets_cppdll.vcproj b/windows/c++/test/dsets_cppdll/dsets_cppdll.vcproj
index 58c57bc..5cbeba0 100644
--- a/windows/c++/test/dsets_cppdll/dsets_cppdll.vcproj
+++ b/windows/c++/test/dsets_cppdll/dsets_cppdll.vcproj
@@ -43,7 +43,6 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5dll\Debug"
- ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../test/dsets_cppdll/Debug/dsets_cppdll.pdb"
SubSystem="1"
@@ -107,7 +106,6 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\..\..\..\proj\hdf5dll\Release"
- ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../../test/dsets_cppdll/Release/dsets_cppdll.pdb"
SubSystem="1"
TargetMachine="1"/>
diff --git a/windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj b/windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj
index 0022809..8442783 100644
--- a/windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj
+++ b/windows/c++/test/testhdf5_cpp/testhdf5_cpp.vcproj
@@ -44,7 +44,6 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
IgnoreDefaultLibraryNames="libcd.lib"
- ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../../c++/test/testhdf5_cpp/Release/testhdf5_cpp.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -106,7 +105,6 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
IgnoreDefaultLibraryNames="libc.lib"
- ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../c++/test/testhdf5_cpp/Debug/testhdf5_cpp.pdb"
SubSystem="1"