mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-19 19:17:14 +02:00
* installer automatically includes all three SSE build targets for GSdx (each built target needs to be built manually prior to building the installer). * Fixed some typos and abbreviated install paths from "PCSX2 Team/PCSX2" to just "PCSX2". * Added an "SSEtype" user define to GSdx's property sheets, which is used to generate the SSE postfix on the DLLs automatically. (ie, GSdx-SSE2.dll, etc). git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1397 96395faa-99c1-11dd-bbfe-3dabce05a288
17 lines
337 B
XML
17 lines
337 B
XML
<?xml version="1.0" encoding="windows-1250"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="sse2"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_M_SSE=0x200"
|
|
EnableEnhancedInstructionSet="2"
|
|
/>
|
|
<UserMacro
|
|
Name="SSEtype"
|
|
Value="SSE2"
|
|
/>
|
|
</VisualStudioPropertySheet>
|