Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 30, 2007, 9:48:52 PM (18 years ago)
Author:
rgrieder
Message:
  • fixed multiple template instantiation problem under windows
  • removed some warnings by introducing explicit casts
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/visual_studio/audio.vcproj

    r708 r729  
    1818                <Configuration
    1919                        Name="Debug|Win32"
    20                         ConfigurationType="4"
     20                        ConfigurationType="2"
    2121                        InheritedPropertySheets=".\base_properties_debug.vsprops"
    2222                        CharacterSet="1"
     
    4040                                Name="VCCLCompilerTool"
    4141                                AdditionalIncludeDirectories=""
     42                                PreprocessorDefinitions="AUDIO_SHARED_BUILD"
    4243                        />
    4344                        <Tool
     
    5152                        />
    5253                        <Tool
    53                                 Name="VCLibrarianTool"
    54                                 AdditionalLibraryDirectories=""
     54                                Name="VCLinkerTool"
     55                                AdditionalDependencies="libvorbisfile_d.lib alut_d.lib  OpenAL32.lib"
     56                                OutputFile="$(OutDir)\$(ProjectName)_d.dll"
    5557                        />
    5658                        <Tool
    5759                                Name="VCALinkTool"
     60                        />
     61                        <Tool
     62                                Name="VCManifestTool"
    5863                        />
    5964                        <Tool
     
    6570                        <Tool
    6671                                Name="VCFxCopTool"
     72                        />
     73                        <Tool
     74                                Name="VCAppVerifierTool"
     75                        />
     76                        <Tool
     77                                Name="VCWebDeploymentTool"
    6778                        />
    6879                        <Tool
     
    169180                        </File>
    170181                        <File
     182                                RelativePath="..\src\audio\AudioPrereqs.h"
     183                                >
     184                        </File>
     185                        <File
    171186                                RelativePath="..\src\audio\AudioSource.h"
    172187                                >
Note: See TracChangeset for help on using the changeset viewer.