mirror of
https://github.com/PCSX2/gsdx-sourceforge.git
synced 2026-02-04 03:11:19 +01:00
This commit is contained in:
@@ -535,7 +535,7 @@
|
||||
<Configuration
|
||||
Name="Release SSSE3|Win32"
|
||||
ConfigurationType="2"
|
||||
InheritedPropertySheets="..\common.vsprops;..\release.vsprops;..\sse2.vsprops;..\ssse3.vsprops"
|
||||
InheritedPropertySheets="..\common.vsprops;..\release.vsprops;..\ssse3.vsprops"
|
||||
UseOfMFC="1"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
@@ -663,7 +663,7 @@
|
||||
<Configuration
|
||||
Name="Debug SSSE3|Win32"
|
||||
ConfigurationType="2"
|
||||
InheritedPropertySheets="..\common.vsprops;..\debug.vsprops;..\sse2.vsprops;..\ssse3.vsprops"
|
||||
InheritedPropertySheets="..\common.vsprops;..\debug.vsprops;..\ssse3.vsprops"
|
||||
UseOfMFC="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
@@ -789,7 +789,7 @@
|
||||
<Configuration
|
||||
Name="Debug SSE4|Win32"
|
||||
ConfigurationType="2"
|
||||
InheritedPropertySheets="..\common.vsprops;..\debug.vsprops;..\sse2.vsprops;..\sse4.vsprops"
|
||||
InheritedPropertySheets="..\common.vsprops;..\debug.vsprops;..\sse4.vsprops"
|
||||
UseOfMFC="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
@@ -916,7 +916,7 @@
|
||||
<Configuration
|
||||
Name="Release SSE4|Win32"
|
||||
ConfigurationType="2"
|
||||
InheritedPropertySheets="..\common.vsprops;..\release.vsprops;..\sse2.vsprops;..\sse4.vsprops"
|
||||
InheritedPropertySheets="..\common.vsprops;..\release.vsprops;..\sse4.vsprops"
|
||||
UseOfMFC="1"
|
||||
CharacterSet="2"
|
||||
WholeProgramOptimization="1"
|
||||
|
||||
@@ -7,5 +7,6 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
EnableEnhancedInstructionSet="2"
|
||||
PreprocessorDefinitions="_M_SSE=0x200"
|
||||
/>
|
||||
</VisualStudioPropertySheet>
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
EnableEnhancedInstructionSet="2"
|
||||
PreprocessorDefinitions="_M_SSE=0x400"
|
||||
/>
|
||||
</VisualStudioPropertySheet>
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
EnableEnhancedInstructionSet="2"
|
||||
PreprocessorDefinitions="_M_SSE=0x301"
|
||||
/>
|
||||
</VisualStudioPropertySheet>
|
||||
|
||||
Reference in New Issue
Block a user