From: abv Date: Wed, 20 Nov 2013 03:13:37 +0000 (+0400) Subject: 0024227: Enable SSE2 instructions for OCCT building X-Git-Tag: V6_7_1~10 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=c08dac6cb26429c7d36095cb921391e2d6298218;p=occt-wok.git 0024227: Enable SSE2 instructions for OCCT building SSE2 option enabled in VC8 projects, target machine and link option corrected --- diff --git a/src/WOKTclLib/templates/template.vc8 b/src/WOKTclLib/templates/template.vc8 index 6a566ca..b4d03f7 100644 --- a/src/WOKTclLib/templates/template.vc8 +++ b/src/WOKTclLib/templates/template.vc8 @@ -63,6 +63,7 @@ WarningLevel="4" SuppressStartupBanner="true" DisableSpecificWarnings="4996" + EnableEnhancedInstructionSet="2" />