diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-05-25 22:38:13 -0700 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2014-05-25 22:38:13 -0700 |
commit | af7272b5d86a353809256e533802c66110ff2510 (patch) | |
tree | 74085434a13c239c87116aec1329eb7adcf2b1f8 /win32/project/tommath.vcxproj | |
parent | a81953a4e1f4e5b2b8595bac1ddcbae88a7b2f50 (diff) |
Splitting libtommcrypt.
Diffstat (limited to 'win32/project/tommath.vcxproj')
-rw-r--r-- | win32/project/tommath.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/project/tommath.vcxproj b/win32/project/tommath.vcxproj index 9361e3e..c47280d 100644 --- a/win32/project/tommath.vcxproj +++ b/win32/project/tommath.vcxproj @@ -87,6 +87,7 @@ <Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\libtommath</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -98,6 +99,7 @@ <Optimization>Disabled</Optimization>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\libtommath</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -111,6 +113,7 @@ <IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\libtommath</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
@@ -126,6 +129,7 @@ <IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<AdditionalIncludeDirectories>..\..\libtommath</AdditionalIncludeDirectories>
+ <PreprocessorDefinitions>LTC_SOURCE;LTM_DESC;USE_LTM;LTC_NO_PROTOTYPES;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<GenerateDebugInformation>true</GenerateDebugInformation>
|