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

Added primitive mpcdec

File:
1 edited

Legend:

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

    r68 r70  
    4343                                AdditionalIncludeDirectories="../include,../libwavformat"
    4444                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
    45                                 MinimalRebuild="true"
     45                                ExceptionHandling="0"
    4646                                BasicRuntimeChecks="3"
    47                                 RuntimeLibrary="3"
     47                                RuntimeLibrary="1"
    4848                                UsePrecompiledHeader="0"
    4949                                WarningLevel="3"
    5050                                Detect64BitPortabilityProblems="true"
    51                                 DebugInformationFormat="4"
     51                                DebugInformationFormat="1"
     52                                CompileAs="1"
    5253                        />
    5354                        <Tool
     
    6263                        <Tool
    6364                                Name="VCLinkerTool"
    64                                 LinkIncremental="2"
     65                                AdditionalDependencies="libmpcdec_d.lib"
     66                                OutputFile="$(OutDir)\$(ProjectName)_d.exe"
     67                                AdditionalLibraryDirectories="../bin"
     68                                GenerateManifest="false"
    6569                                GenerateDebugInformation="true"
    6670                                SubSystem="1"
    6771                                TargetMachine="1"
     72                                AllowIsolation="false"
    6873                        />
    6974                        <Tool
     
    7277                        <Tool
    7378                                Name="VCManifestTool"
     79                                EmbedManifest="false"
    7480                        />
    7581                        <Tool
     
    9096                        <Tool
    9197                                Name="VCPostBuildEventTool"
     98                                CommandLine="copy $(TargetPath) ..\bin\."
    9299                        />
    93100                </Configuration>
     
    117124                        <Tool
    118125                                Name="VCCLCompilerTool"
     126                                AdditionalIncludeDirectories="../include,../libwavformat"
    119127                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
    120                                 RuntimeLibrary="2"
     128                                ExceptionHandling="0"
     129                                BufferSecurityCheck="false"
    121130                                UsePrecompiledHeader="0"
    122131                                WarningLevel="3"
    123132                                Detect64BitPortabilityProblems="true"
    124                                 DebugInformationFormat="3"
     133                                DebugInformationFormat="0"
     134                                CompileAs="1"
    125135                        />
    126136                        <Tool
     
    135145                        <Tool
    136146                                Name="VCLinkerTool"
    137                                 LinkIncremental="1"
    138                                 GenerateDebugInformation="true"
     147                                AdditionalDependencies="libmpcdec.lib"
     148                                AdditionalLibraryDirectories="../bin"
     149                                GenerateManifest="false"
    139150                                SubSystem="1"
    140151                                OptimizeReferences="2"
    141152                                EnableCOMDATFolding="2"
    142153                                TargetMachine="1"
     154                                AllowIsolation="false"
    143155                        />
    144156                        <Tool
     
    147159                        <Tool
    148160                                Name="VCManifestTool"
     161                                EmbedManifest="false"
    149162                        />
    150163                        <Tool
     
    165178                        <Tool
    166179                                Name="VCPostBuildEventTool"
     180                                CommandLine="copy $(TargetPath) ..\bin\."
    167181                        />
    168182                </Configuration>
Note: See TracChangeset for help on using the changeset viewer.