summaryrefslogtreecommitdiffstats
path: root/windows/test/error_apidll
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/test/error_apidll
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/test/error_apidll')
-rw-r--r--windows/test/error_apidll/error_apidll.vcproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/windows/test/error_apidll/error_apidll.vcproj b/windows/test/error_apidll/error_apidll.vcproj
index 3322ee8..42d8eaa 100644
--- a/windows/test/error_apidll/error_apidll.vcproj
+++ b/windows/test/error_apidll/error_apidll.vcproj
@@ -42,7 +42,6 @@
OutputFile=".\../../../test/error_apidll/Debug/error_apidll.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../test/error_apidll/Debug/error_apidll.pdb"
SubSystem="1"
@@ -105,7 +104,6 @@
OutputFile=".\../../../test/error_apidll/Release/error_apidll.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- ForceSymbolReferences="_gethostname@8"
ProgramDatabaseFile=".\../../../test/error_apidll/Release/error_apidll.pdb"
SubSystem="1"
TargetMachine="1"/>