Changeset 48 for mppenc/branches/zorg/win32/mppenc.vcproj
- Timestamp:
- 09/23/06 14:58:21 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mppenc/branches/zorg/win32/mppenc.vcproj
r47 r48 42 42 Optimization="0" 43 43 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;MPP_ENCODER" 44 MinimalRebuild="true"44 ExceptionHandling="0" 45 45 BasicRuntimeChecks="3" 46 RuntimeLibrary=" 3"47 UsePrecompiledHeader="0"46 RuntimeLibrary="1" 47 BrowseInformation="1" 48 48 WarningLevel="3" 49 49 Detect64BitPortabilityProblems="true" 50 DebugInformationFormat="4" 50 DebugInformationFormat="1" 51 CompileAs="1" 51 52 /> 52 53 <Tool … … 62 63 Name="VCLinkerTool" 63 64 AdditionalDependencies="winmm.lib" 64 LinkIncremental="2" 65 OutputFile="$(OutDir)\$(ProjectName)_d.exe" 66 GenerateManifest="false" 65 67 GenerateDebugInformation="true" 68 GenerateMapFile="true" 69 MapExports="true" 66 70 SubSystem="1" 67 71 TargetMachine="1" … … 72 76 <Tool 73 77 Name="VCManifestTool" 78 EmbedManifest="false" 74 79 /> 75 80 <Tool … … 90 95 <Tool 91 96 Name="VCPostBuildEventTool" 97 CommandLine="copy $(TargetPath) ..\bin" 92 98 /> 93 99 </Configuration>
Note: See TracChangeset
for help on using the changeset viewer.