Changeset 70 for libmpcdec/branches/zorg/win32/libwavformat.vcproj
- Timestamp:
- 10/06/06 18:51:07 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpcdec/branches/zorg/win32/libwavformat.vcproj
r68 r70 42 42 Optimization="0" 43 43 PreprocessorDefinitions="WIN32;_DEBUG;_LIB" 44 MinimalRebuild="true"44 ExceptionHandling="0" 45 45 BasicRuntimeChecks="3" 46 46 RuntimeLibrary="1" 47 47 UsePrecompiledHeader="0" 48 BrowseInformation="1" 48 49 WarningLevel="3" 49 50 Detect64BitPortabilityProblems="true" 50 DebugInformationFormat="4" 51 DebugInformationFormat="1" 52 CompileAs="1" 51 53 /> 52 54 <Tool … … 61 63 <Tool 62 64 Name="VCLibrarianTool" 65 OutputFile="$(OutDir)\$(ProjectName)_d.lib" 63 66 /> 64 67 <Tool … … 76 79 <Tool 77 80 Name="VCPostBuildEventTool" 81 CommandLine="copy $(TargetPath) ..\bin\." 78 82 /> 79 83 </Configuration> … … 104 108 Name="VCCLCompilerTool" 105 109 PreprocessorDefinitions="WIN32;NDEBUG;_LIB" 110 ExceptionHandling="0" 106 111 RuntimeLibrary="0" 112 BufferSecurityCheck="false" 107 113 UsePrecompiledHeader="0" 108 114 WarningLevel="3" 109 115 Detect64BitPortabilityProblems="true" 110 116 DebugInformationFormat="0" 117 CompileAs="1" 111 118 /> 112 119 <Tool … … 136 143 <Tool 137 144 Name="VCPostBuildEventTool" 145 CommandLine="copy $(TargetPath) ..\bin\." 138 146 /> 139 147 </Configuration>
Note: See TracChangeset
for help on using the changeset viewer.