Changeset 75 for libmpcdec/branches/zorg/win32/mpcdec.vcproj
- Timestamp:
- 10/12/06 23:34:50 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpcdec/branches/zorg/win32/mpcdec.vcproj
r70 r75 42 42 Optimization="0" 43 43 AdditionalIncludeDirectories="../include,../libwavformat" 44 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE "44 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE" 45 45 ExceptionHandling="0" 46 46 BasicRuntimeChecks="3" … … 63 63 <Tool 64 64 Name="VCLinkerTool" 65 AdditionalDependencies="libmpcdec_d.lib "65 AdditionalDependencies="libmpcdec_d.lib libwavformat_d.lib" 66 66 OutputFile="$(OutDir)\$(ProjectName)_d.exe" 67 67 AdditionalLibraryDirectories="../bin" … … 125 125 Name="VCCLCompilerTool" 126 126 AdditionalIncludeDirectories="../include,../libwavformat" 127 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE "127 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE" 128 128 ExceptionHandling="0" 129 129 BufferSecurityCheck="false" … … 145 145 <Tool 146 146 Name="VCLinkerTool" 147 AdditionalDependencies="libmpcdec.lib "147 AdditionalDependencies="libmpcdec.lib libwavformat.lib" 148 148 AdditionalLibraryDirectories="../bin" 149 149 GenerateManifest="false"
Note: See TracChangeset
for help on using the changeset viewer.