Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2014-07-18 12:20:49 +0400
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2014-07-18 12:20:49 +0400
commit56531fc0549b1afecbeb2eb58a7b52a243f4c783 (patch)
treed7b70c3511fbd26199912cfab31eca0d7c463787 /build
parent1804ee68341b73acb07d46d17f73e2b1f645740f (diff)
Changed the compiler options to avoid using enhanced instructions.
Diffstat (limited to 'build')
-rw-r--r--build/VC11/libMinHook.vcxproj2
-rw-r--r--build/VC12/libMinHook.vcxproj5
2 files changed, 5 insertions, 2 deletions
diff --git a/build/VC11/libMinHook.vcxproj b/build/VC11/libMinHook.vcxproj
index 7ea1530..92e4bde 100644
--- a/build/VC11/libMinHook.vcxproj
+++ b/build/VC11/libMinHook.vcxproj
@@ -87,6 +87,7 @@
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>None</DebugInformationFormat>
+ <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
</ClCompile>
<Lib />
</ItemDefinitionGroup>
@@ -119,6 +120,7 @@
<DebugInformationFormat>None</DebugInformationFormat>
<WholeProgramOptimization>false</WholeProgramOptimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
+ <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
</ClCompile>
<Lib />
</ItemDefinitionGroup>
diff --git a/build/VC12/libMinHook.vcxproj b/build/VC12/libMinHook.vcxproj
index 9c233c4..0b153e5 100644
--- a/build/VC12/libMinHook.vcxproj
+++ b/build/VC12/libMinHook.vcxproj
@@ -87,6 +87,7 @@
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>None</DebugInformationFormat>
+ <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
</ClCompile>
<Lib />
</ItemDefinitionGroup>
@@ -103,6 +104,7 @@
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>None</DebugInformationFormat>
+ <EnableEnhancedInstructionSet>NotSet</EnableEnhancedInstructionSet>
</ClCompile>
<Lib />
</ItemDefinitionGroup>
@@ -120,7 +122,7 @@
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<CompileAs>CompileAsC</CompileAs>
<WholeProgramOptimization>false</WholeProgramOptimization>
- <AssemblerOutput>All</AssemblerOutput>
+ <EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
</ClCompile>
<Lib />
</ItemDefinitionGroup>
@@ -140,7 +142,6 @@
<DebugInformationFormat>None</DebugInformationFormat>
<WholeProgramOptimization>false</WholeProgramOptimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
- <AssemblerOutput>All</AssemblerOutput>
</ClCompile>
<Lib />
</ItemDefinitionGroup>