removed 'DLL' from runtime library (so Multithreaded and Multithreaded Debug)

This commit is contained in:
ejcoumans
2006-06-25 22:09:03 +00:00
parent 7e9aa9d5f8
commit 5426f03628
73 changed files with 146 additions and 146 deletions

View File

@@ -70,7 +70,7 @@
Optimization="2"
StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE"
RuntimeLibrary="2"
RuntimeLibrary="0"
DebugInformationFormat="3"
BufferSecurityCheck="FALSE"
[% END %]
@@ -79,7 +79,7 @@
MinimalRebuild="TRUE"
DebugInformationFormat="4"
RuntimeTypeInfo="FALSE"
RuntimeLibrary="3"
RuntimeLibrary="1"
[% END %]
[% MACRO linker_release BLOCK -%]