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