Show
Ignore:
Timestamp:
11/19/08 13:48:34 (17 years ago)
Author:
yumileroy
Message:

[svn] *** Source: MaNGOS ***
* Fixed build extractor at Windows Vista. Author: Vladimir
* Fixed comment text and code indentifiers spelling. Author: Vladimir & Paradox.
* Access cached member lists in guild handlers instead of querying the DB. Author: Hunuza
* Small fixes in send/received packet and simple code cleanup also. Author: Vladimir
* Not output error at loading empty character_ticket table. Author: Vladimir
* Not reset display model at shapeshift aura remove if it not set at apply. Author: Arthorius
* Applied props to few files.

Original author: visagalis
Date: 2008-11-14 16:28:45-06:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/contrib/extractor/VC80_ad.vcproj

    r2 r229  
    5555                                RuntimeLibrary="1" 
    5656                                UsePrecompiledHeader="0" 
    57                                 PrecompiledHeaderFile="c:\windows\temp/ad.pch" 
    58                                 AssemblerListingLocation="c:\windows\temp/" 
    59                                 ObjectFile="c:\windows\temp/" 
    60                                 ProgramDataBaseFileName="c:\windows\temp/" 
     57                                PrecompiledHeaderFile="$(IntDir)ad.pch" 
     58                                AssemblerListingLocation="$(IntDir)\" 
     59                                ObjectFile="$(IntDir)\" 
     60                                ProgramDataBaseFileName="$(IntDir)\" 
     61                                XMLDocumentationFileName="$(IntDir)\" 
    6162                                BrowseInformation="1" 
    6263                                WarningLevel="3" 
     
    8182                                LinkIncremental="1" 
    8283                                SuppressStartupBanner="true" 
    83                                 AdditionalLibraryDirectories="./debug/" 
     84                                AdditionalLibraryDirectories="./debug" 
    8485                                IgnoreDefaultLibraryNames="LIBCD.lib" 
    8586                                GenerateDebugInformation="true" 
     
    154155                                UsePrecompiledHeader="0" 
    155156                                PrecompiledHeaderFile="c:\windows\temp/ad.pch" 
    156                                 AssemblerListingLocation="c:\windows\temp/" 
    157                                 ObjectFile="c:\windows\temp/" 
    158                                 ProgramDataBaseFileName="c:\windows\temp/" 
     157                                AssemblerListingLocation="$(IntDir)\" 
     158                                ObjectFile="$(IntDir)\" 
     159                                ProgramDataBaseFileName="$(IntDir)\" 
     160                                XMLDocumentationFileName="$(IntDir)\" 
    159161                                WarningLevel="3" 
    160162                                SuppressStartupBanner="true" 
     
    177179                                LinkIncremental="1" 
    178180                                SuppressStartupBanner="true" 
    179                                 AdditionalLibraryDirectories="./release/" 
     181                                AdditionalLibraryDirectories="./release" 
    180182                                IgnoreDefaultLibraryNames="LIBC.lib" 
    181183                                ProgramDatabaseFile="./ad.pdb"