updated autogenerated msvc projectfiles

This commit is contained in:
erwin.coumans
2009-08-08 05:35:44 +00:00
parent 8c07b2a8a1
commit f352cca5cf
200 changed files with 60901 additions and 59795 deletions

View File

@@ -81,6 +81,7 @@
Optimization="2"
StringPooling="TRUE"
EnableFunctionLevelLinking="TRUE"
FloatingPointModel="2"
RuntimeLibrary="2"
DebugInformationFormat="3"
BufferSecurityCheck="FALSE"
@@ -119,6 +120,18 @@
IgnoreDefaultLibraryNames="LIBC,LIBCD"
[% END %]
[% MACRO linker_debug_dbl BLOCK -%]
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
[% END %]
[% MACRO linker_debug_dll BLOCK -%]
LinkIncremental="2"
GenerateDebugInformation="TRUE"
IgnoreDefaultLibraryNames="LIBC,LIBCD"
[% END %]
[% MACRO linker_common BLOCK -%]
OutputFile="[% path([my.doc.buildroot.0, glue([my.doc.target.0, my.doc.platformsuffix.0])]) %]"
[% END %]