Ignore:
Timestamp:
10/06/06 18:51:07 (18 years ago)
Author:
zorg
Message:

Added primitive mpcdec

File:
1 edited

Legend:

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

    r68 r70  
    4242                                Optimization="0"
    4343                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
    44                                 MinimalRebuild="true"
     44                                ExceptionHandling="0"
    4545                                BasicRuntimeChecks="3"
    4646                                RuntimeLibrary="1"
    4747                                UsePrecompiledHeader="0"
     48                                BrowseInformation="1"
    4849                                WarningLevel="3"
    4950                                Detect64BitPortabilityProblems="true"
    50                                 DebugInformationFormat="4"
     51                                DebugInformationFormat="1"
     52                                CompileAs="1"
    5153                        />
    5254                        <Tool
     
    6163                        <Tool
    6264                                Name="VCLibrarianTool"
     65                                OutputFile="$(OutDir)\$(ProjectName)_d.lib"
    6366                        />
    6467                        <Tool
     
    7679                        <Tool
    7780                                Name="VCPostBuildEventTool"
     81                                CommandLine="copy $(TargetPath) ..\bin\."
    7882                        />
    7983                </Configuration>
     
    104108                                Name="VCCLCompilerTool"
    105109                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
     110                                ExceptionHandling="0"
    106111                                RuntimeLibrary="0"
     112                                BufferSecurityCheck="false"
    107113                                UsePrecompiledHeader="0"
    108114                                WarningLevel="3"
    109115                                Detect64BitPortabilityProblems="true"
    110116                                DebugInformationFormat="0"
     117                                CompileAs="1"
    111118                        />
    112119                        <Tool
     
    136143                        <Tool
    137144                                Name="VCPostBuildEventTool"
     145                                CommandLine="copy $(TargetPath) ..\bin\."
    138146                        />
    139147                </Configuration>
Note: See TracChangeset for help on using the changeset viewer.