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

github.com/TsudaKageyu/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 09:58:31 +0400
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2014-07-18 09:58:31 +0400
commitb0c58383fc6da868fd990ebd69bfcc0b4a9c7341 (patch)
tree543ff01a37ad8efde3a6897da7326f431a367a6b /build
parent2ce9454975e048ea2eca47eeae86d34dd2922628 (diff)
Replaced memmove with RtlMoveMemory to reduce the footprint.
Diffstat (limited to 'build')
-rw-r--r--build/VC12/libMinHook.vcxproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/VC12/libMinHook.vcxproj b/build/VC12/libMinHook.vcxproj
index be2fefc..9c233c4 100644
--- a/build/VC12/libMinHook.vcxproj
+++ b/build/VC12/libMinHook.vcxproj
@@ -120,6 +120,7 @@
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<CompileAs>CompileAsC</CompileAs>
<WholeProgramOptimization>false</WholeProgramOptimization>
+ <AssemblerOutput>All</AssemblerOutput>
</ClCompile>
<Lib />
</ItemDefinitionGroup>
@@ -139,6 +140,7 @@
<DebugInformationFormat>None</DebugInformationFormat>
<WholeProgramOptimization>false</WholeProgramOptimization>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
+ <AssemblerOutput>All</AssemblerOutput>
</ClCompile>
<Lib />
</ItemDefinitionGroup>