File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
5656
5757 <PropertyGroup >
58- <TclOpts >msvcrt</TclOpts >
59- <TclOpts Condition =" $(Configuration) == 'Debug'" >symbols,msvcrt</TclOpts >
58+ <TclOpts >noembed, msvcrt</TclOpts >
59+ <TclOpts Condition =" $(Configuration) == 'Debug'" >symbols,noembed, msvcrt</TclOpts >
6060 <TclDirs >BUILDDIRTOP="$(BuildDirTop)" INSTALLDIR="$(OutDir.TrimEnd(`\`))" INSTALL_DIR="$(OutDir.TrimEnd(`\`))"</TclDirs >
6161 <DebugFlags Condition =" '$(Configuration)' == 'Debug'" >DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags >
6262 <WarningsFlags >WARNINGS="-W3 -wd4311 -wd4312"</WarningsFlags >
Original file line number Diff line number Diff line change 5656 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
5757
5858 <PropertyGroup >
59- <TkOpts >msvcrt</TkOpts >
60- <TkOpts Condition =" $(Configuration) == 'Debug'" >symbols,msvcrt</TkOpts >
59+ <TkOpts >noembed, msvcrt</TkOpts >
60+ <TkOpts Condition =" $(Configuration) == 'Debug'" >symbols,noembed, msvcrt</TkOpts >
6161 <TkDirs >BUILDDIRTOP="$(BuildDirTop)" TCLDIR="$(tclDir.TrimEnd(`\`))" INSTALLDIR="$(OutDir.TrimEnd(`\`))"</TkDirs >
6262 <DebugFlags Condition =" '$(Configuration)' == 'Debug'" >DEBUGFLAGS="-wd4456 -wd4457 -wd4458 -wd4459 -wd4996"</DebugFlags >
6363 <WarningsFlags >WARNINGS="-W3 -wd4244 -wd4267 -wd4311 -wd4312 -wd4334"</WarningsFlags >
You can’t perform that action at this time.
0 commit comments