Changeset 70 for libmpcdec/branches/zorg/win32/libmpcdec.vcproj
- Timestamp:
- 10/06/06 18:51:07 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpcdec/branches/zorg/win32/libmpcdec.vcproj
r68 r70 5 5 Name="libmpcdec" 6 6 ProjectGUID="{4C5362CD-0BF2-4B3B-971B-8293EB1A1DC3}" 7 RootNamespace="libmpcdec" 7 8 > 8 9 <Platforms> … … 41 42 AdditionalIncludeDirectories="../include" 42 43 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE" 44 ExceptionHandling="0" 43 45 BasicRuntimeChecks="3" 44 46 SmallerTypeCheck="true" … … 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> … … 105 109 AdditionalIncludeDirectories="../include" 106 110 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE" 111 StringPooling="true" 112 ExceptionHandling="0" 113 BufferSecurityCheck="false" 114 EnableFunctionLevelLinking="true" 115 WarningLevel="3" 107 116 CompileAs="1" 108 117 /> … … 133 142 <Tool 134 143 Name="VCPostBuildEventTool" 144 CommandLine="copy $(TargetPath) ..\bin\." 135 145 /> 136 146 </Configuration>
Note: See TracChangeset
for help on using the changeset viewer.