Changeset 229 for trunk/contrib

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

Location:
trunk/contrib/extractor
Files:
3 modified

Legend:

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

    r2 r229  
    5353                                RuntimeLibrary="1" 
    5454                                UsePrecompiledHeader="0" 
    55                                 PrecompiledHeaderFile="c:\windows\temp/ad.pch" 
    56                                 AssemblerListingLocation="c:\windows\temp/" 
    57                                 ObjectFile="c:\windows\temp/" 
    58                                 ProgramDataBaseFileName="c:\windows\temp/" 
     55                                PrecompiledHeaderFile="$(IntDir)ad.pch" 
     56                                AssemblerListingLocation="$(IntDir)\" 
     57                                ObjectFile="$(IntDir)\" 
     58                                ProgramDataBaseFileName="$(IntDir)\" 
    5959                                BrowseInformation="1" 
    6060                                WarningLevel="3" 
     
    150150                                RuntimeLibrary="0" 
    151151                                UsePrecompiledHeader="0" 
    152                                 PrecompiledHeaderFile="c:\windows\temp/ad.pch" 
    153                                 AssemblerListingLocation="c:\windows\temp/" 
    154                                 ObjectFile="c:\windows\temp/" 
    155                                 ProgramDataBaseFileName="c:\windows\temp/" 
     152                                PrecompiledHeaderFile="$(IntDir)ad.pch" 
     153                                AssemblerListingLocation="$(IntDir)\" 
     154                                ObjectFile="$(IntDir)\" 
     155                                ProgramDataBaseFileName="$(IntDir)\" 
    156156                                WarningLevel="3" 
    157157                                SuppressStartupBanner="true" 
  • 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" 
  • trunk/contrib/extractor/VC90_ad.vcproj

    r2 r229  
    55        Name="ad" 
    66        ProjectGUID="{D7552D4F-408F-4F8E-859B-366659150CF4}" 
     7        RootNamespace="ad" 
    78        TargetFrameworkVersion="131072" 
    89        > 
     
    5455                                RuntimeLibrary="1" 
    5556                                UsePrecompiledHeader="0" 
    56                                 PrecompiledHeaderFile="c:\windows\temp/ad.pch" 
    57                                 AssemblerListingLocation="c:\windows\temp/" 
    58                                 ObjectFile="c:\windows\temp/" 
    59                                 ProgramDataBaseFileName="c:\windows\temp/" 
     57                                PrecompiledHeaderFile="$(IntDir)ad.pch" 
     58                                AssemblerListingLocation="$(IntDir)\" 
     59                                ObjectFile="$(IntDir)\" 
     60                                ProgramDataBaseFileName="$(IntDir)\" 
     61                                XMLDocumentationFileName="$(IntDir)\" 
    6062                                BrowseInformation="1" 
     63                                BrowseInformationFile="$(IntDir)" 
    6164                                WarningLevel="3" 
    6265                                SuppressStartupBanner="true" 
     
    150153                                RuntimeLibrary="0" 
    151154                                UsePrecompiledHeader="0" 
    152                                 PrecompiledHeaderFile="c:\windows\temp/ad.pch" 
    153                                 AssemblerListingLocation="c:\windows\temp/" 
    154                                 ObjectFile="c:\windows\temp/" 
    155                                 ProgramDataBaseFileName="c:\windows\temp/" 
     155                                PrecompiledHeaderFile="$(IntDir)ad.pch" 
     156                                AssemblerListingLocation="$(IntDir)\" 
     157                                ObjectFile="$(IntDir)\" 
     158                                ProgramDataBaseFileName="$(IntDir)\" 
     159                                XMLDocumentationFileName="$(IntDir)\" 
    156160                                WarningLevel="3" 
    157161                                SuppressStartupBanner="true"