From f8900a2f8c184a7e2afc127e393812b8f06c158b Mon Sep 17 00:00:00 2001 From: legendre Date: Thu, 22 Oct 2009 17:29:00 -0500 Subject: [PATCH] Add preprocessor macro enabling optimized code gen on windows --- common/common.vcproj | 4 +- dyninstAPI/dyninstAPI.vcproj | 4 +- dyninstAPI_RT/DyninstAPI_RT.vcproj | 466 +++++++++++++++++------------------ instructionAPI/instructionAPI.vcproj | 4 +- symtabAPI/symtabAPI.vcproj | 4 +- 5 files changed, 241 insertions(+), 241 deletions(-) diff --git a/common/common.vcproj b/common/common.vcproj index ce03ff0..c4993bc 100644 --- a/common/common.vcproj +++ b/common/common.vcproj @@ -22,7 +22,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="..;../../i386-unknown-nt4.0/include;../dynutil/h;../external" - PreprocessorDefinitions="WIN32;os_windows;arch_x86;cap_relocation;cap_dynamic_heap;cap_stripped_binaries;cap_async_events;cap_threads;i386_unknown_nt4_0;_WIN32_WINNT=0x500;DO_INLINE_F=inline;DO_INLINE_P=inline;i386-unknown-nt4.0;snprintf=_snprintf;COMMON_LIB" + PreprocessorDefinitions="WIN32;os_windows;arch_x86;cap_relocation;cap_dynamic_heap;cap_stripped_binaries;cap_async_events;cap_threads;cap_tramp_liveness;i386_unknown_nt4_0;_WIN32_WINNT=0x500;DO_INLINE_F=inline;DO_INLINE_P=inline;i386-unknown-nt4.0;snprintf=_snprintf;COMMON_LIB" MinimalRebuild="FALSE" BasicRuntimeChecks="0" RuntimeLibrary="3" @@ -82,7 +82,7 @@ copy $(TargetDir)libcommon.lib $(TargetDir)..\..\..\i386-unknown-nt4.0\lib - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/instructionAPI/instructionAPI.vcproj b/instructionAPI/instructionAPI.vcproj index 24797dd..91c61e5 100755 --- a/instructionAPI/instructionAPI.vcproj +++ b/instructionAPI/instructionAPI.vcproj @@ -22,7 +22,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="./h;..;../external;../dynutil/h;../symtabAPI/h" - PreprocessorDefinitions="WIN32;_DEBUG;os_windows;arch_x86;cap_relocation;cap_dynamic_heap;cap_stripped_binaries;cap_async_events;cap_threads;cap_fixpoint_gen;cap_noaddr_gen;i386_unknown_nt4_0;_WIN32_WINNT=0x500;DO_INLINE_F=inline;DO_INLINE_P=inline;i386-unknown-nt4.0;INSTRUCTION_LIB;snprintf=_snprintf" + PreprocessorDefinitions="WIN32;_DEBUG;os_windows;arch_x86;cap_relocation;cap_dynamic_heap;cap_stripped_binaries;cap_async_events;cap_threads;cap_fixpoint_gen;cap_noaddr_gen;cap_tramp_liveness;i386_unknown_nt4_0;_WIN32_WINNT=0x500;DO_INLINE_F=inline;DO_INLINE_P=inline;i386-unknown-nt4.0;INSTRUCTION_LIB;snprintf=_snprintf" MinimalRebuild="FALSE" ExceptionHandling="TRUE" BasicRuntimeChecks="0" @@ -85,7 +85,7 @@ copy $(InputDir)h\*.h $(TargetDir)..\..\..\include