From 87f8529ff56c3ef73ce2617d52545475783374c6 Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Tue, 11 Jun 2013 23:20:25 +0000 Subject: [PATCH] try setting vc++ 2010 projects to sse2 and fast floating point model --- mk/windoze/g3d_viewer.vcxproj | 2 +- mk/windoze/glest_editor.vcxproj | 2 +- mk/windoze/glest_game.vcxproj | 4 ++-- mk/windoze/libstreflop.vcxproj | 4 ++-- mk/windoze/shared_lib.vcxproj | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mk/windoze/g3d_viewer.vcxproj b/mk/windoze/g3d_viewer.vcxproj index 9fc838837..3054cdf75 100644 --- a/mk/windoze/g3d_viewer.vcxproj +++ b/mk/windoze/g3d_viewer.vcxproj @@ -92,7 +92,7 @@ true Async MultiThreaded - StreamingSIMDExtensions + StreamingSIMDExtensions2 diff --git a/mk/windoze/glest_editor.vcxproj b/mk/windoze/glest_editor.vcxproj index ba4f2a168..d4a332763 100644 --- a/mk/windoze/glest_editor.vcxproj +++ b/mk/windoze/glest_editor.vcxproj @@ -92,7 +92,7 @@ true Async MultiThreaded - StreamingSIMDExtensions + StreamingSIMDExtensions2 diff --git a/mk/windoze/glest_game.vcxproj b/mk/windoze/glest_game.vcxproj index c50f02082..0d0e7feab 100644 --- a/mk/windoze/glest_game.vcxproj +++ b/mk/windoze/glest_game.vcxproj @@ -122,8 +122,8 @@ Async MultiThreaded true - StreamingSIMDExtensions - Precise + StreamingSIMDExtensions2 + Fast $(OutDir)$(TargetName).pdb Level3 ProgramDatabase diff --git a/mk/windoze/libstreflop.vcxproj b/mk/windoze/libstreflop.vcxproj index c56970c33..8d9b9fd46 100644 --- a/mk/windoze/libstreflop.vcxproj +++ b/mk/windoze/libstreflop.vcxproj @@ -98,8 +98,8 @@ Async MultiThreaded true - StreamingSIMDExtensions - Precise + StreamingSIMDExtensions2 + Fast true $(OutDir)$(ProjectName).pdb Level3 diff --git a/mk/windoze/shared_lib.vcxproj b/mk/windoze/shared_lib.vcxproj index 3840b707c..159b4206f 100644 --- a/mk/windoze/shared_lib.vcxproj +++ b/mk/windoze/shared_lib.vcxproj @@ -101,8 +101,8 @@ Async MultiThreaded true - StreamingSIMDExtensions - Precise + StreamingSIMDExtensions2 + Fast true $(OutDir)$(ProjectName).pdb Level3