[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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user