Changeset 48


Ignore:
Timestamp:
09/23/06 14:58:21 (18 years ago)
Author:
zorg
Message:

Minor project fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/zorg/win32/mppenc.vcproj

    r47 r48  
    4242                                Optimization="0"
    4343                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER"
    44                                 MinimalRebuild="true"
     44                                ExceptionHandling="0"
    4545                                BasicRuntimeChecks="3"
    46                                 RuntimeLibrary="3"
    47                                 UsePrecompiledHeader="0"
     46                                RuntimeLibrary="1"
     47                                BrowseInformation="1"
    4848                                WarningLevel="3"
    4949                                Detect64BitPortabilityProblems="true"
    50                                 DebugInformationFormat="4"
     50                                DebugInformationFormat="1"
     51                                CompileAs="1"
    5152                        />
    5253                        <Tool
     
    6263                                Name="VCLinkerTool"
    6364                                AdditionalDependencies="winmm.lib"
    64                                 LinkIncremental="2"
     65                                OutputFile="$(OutDir)\$(ProjectName)_d.exe"
     66                                GenerateManifest="false"
    6567                                GenerateDebugInformation="true"
     68                                GenerateMapFile="true"
     69                                MapExports="true"
    6670                                SubSystem="1"
    6771                                TargetMachine="1"
     
    7276                        <Tool
    7377                                Name="VCManifestTool"
     78                                EmbedManifest="false"
    7479                        />
    7580                        <Tool
     
    9095                        <Tool
    9196                                Name="VCPostBuildEventTool"
     97                                CommandLine="copy $(TargetPath) ..\bin"
    9298                        />
    9399                </Configuration>
Note: See TracChangeset for help on using the changeset viewer.