[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:
Scott Wegner
2007-08-02 15:06:31 -05:00
parent 82e6cac79a
commit 7f22651492
73 changed files with 38 additions and 930 deletions

View File

@@ -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"/>