Ignore:
Timestamp:
10/12/06 23:34:50 (18 years ago)
Author:
zorg
Message:

Add wav output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpcdec/branches/zorg/win32/mpcdec.vcproj

    r70 r75  
    4242                                Optimization="0"
    4343                                AdditionalIncludeDirectories="../include,../libwavformat"
    44                                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
     44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
    4545                                ExceptionHandling="0"
    4646                                BasicRuntimeChecks="3"
     
    6363                        <Tool
    6464                                Name="VCLinkerTool"
    65                                 AdditionalDependencies="libmpcdec_d.lib"
     65                                AdditionalDependencies="libmpcdec_d.lib libwavformat_d.lib"
    6666                                OutputFile="$(OutDir)\$(ProjectName)_d.exe"
    6767                                AdditionalLibraryDirectories="../bin"
     
    125125                                Name="VCCLCompilerTool"
    126126                                AdditionalIncludeDirectories="../include,../libwavformat"
    127                                 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
     127                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
    128128                                ExceptionHandling="0"
    129129                                BufferSecurityCheck="false"
     
    145145                        <Tool
    146146                                Name="VCLinkerTool"
    147                                 AdditionalDependencies="libmpcdec.lib"
     147                                AdditionalDependencies="libmpcdec.lib libwavformat.lib"
    148148                                AdditionalLibraryDirectories="../bin"
    149149                                GenerateManifest="false"
Note: See TracChangeset for help on using the changeset viewer.