updated autogenerated msvc projectfiles
This commit is contained in:
@@ -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 %]
|
||||
|
||||
Reference in New Issue
Block a user