Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 31, 2007, 7:40:23 PM (16 years ago)
Author:
rgrieder
Message:
  • added dll support to the network library
  • improved header file dependency in network
File:
1 edited

Legend:

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

    r776 r777  
    119119                        <Tool
    120120                                Name="VCLinkerTool"
    121                                 AdditionalDependencies="libvorbisfile_d.lib alut_d.lib  OpenAL32.lib"
     121                                AdditionalDependencies="libvorbisfile.lib alut.lib  OpenAL32.lib"
    122122                        />
    123123                        <Tool
     
    156156                        >
    157157                        <File
     158                                RelativePath="..\src\audio\_AudioObject.cc"
     159                                >
     160                                <FileConfiguration
     161                                        Name="Debug|Win32"
     162                                        ExcludedFromBuild="true"
     163                                        >
     164                                        <Tool
     165                                                Name="VCCLCompilerTool"
     166                                        />
     167                                </FileConfiguration>
     168                                <FileConfiguration
     169                                        Name="Release|Win32"
     170                                        ExcludedFromBuild="true"
     171                                        >
     172                                        <Tool
     173                                                Name="VCCLCompilerTool"
     174                                        />
     175                                </FileConfiguration>
     176                        </File>
     177                        <File
    158178                                RelativePath="..\src\audio\AudioBuffer.cc"
    159179                                >
Note: See TracChangeset for help on using the changeset viewer.