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/libmpcdec.vcproj

    r68 r70  
    55        Name="libmpcdec"
    66        ProjectGUID="{4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3}"
     7        RootNamespace="libmpcdec"
    78        >
    89        <Platforms>
     
    4142                                AdditionalIncludeDirectories="../include"
    4243                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
     44                                ExceptionHandling="0"
    4345                                BasicRuntimeChecks="3"
    4446                                SmallerTypeCheck="true"
     
    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>
     
    105109                                AdditionalIncludeDirectories="../include"
    106110                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE"
     111                                StringPooling="true"
     112                                ExceptionHandling="0"
     113                                BufferSecurityCheck="false"
     114                                EnableFunctionLevelLinking="true"
     115                                WarningLevel="3"
    107116                                CompileAs="1"
    108117                        />
     
    133142                        <Tool
    134143                                Name="VCPostBuildEventTool"
     144                                CommandLine="copy $(TargetPath) ..\bin\."
    135145                        />
    136146                </Configuration>
Note: See TracChangeset for help on using the changeset viewer.