diff options
author | msvensson@shellback.(none) <> | 2006-06-01 12:32:35 +0200 |
---|---|---|
committer | msvensson@shellback.(none) <> | 2006-06-01 12:32:35 +0200 |
commit | b52141a8bd170c30ca7e34d38726389258334e58 (patch) | |
tree | 24f72052ebb9fe525e7155fb65ba9ac3389bf9f1 /extra | |
parent | b33466d3dc4c89ec7bbab56d5fd7164e60249dfd (diff) | |
download | mariadb-git-b52141a8bd170c30ca7e34d38726389258334e58.tar.gz |
Add define YASSL_PREFIX when compiling yassl
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/yassl/yassl.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/yassl/yassl.vcproj b/extra/yassl/yassl.vcproj index e2915e3f575..a7688ac4583 100755 --- a/extra/yassl/yassl.vcproj +++ b/extra/yassl/yassl.vcproj @@ -22,7 +22,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="include,taocrypt\include,mySTL" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;YASSL_PREFIX" ExceptionHandling="FALSE" BasicRuntimeChecks="3" RuntimeLibrary="1" @@ -76,7 +76,7 @@ Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="include,taocrypt\include,mySTL" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB" + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;YASSL_PREFIX" StringPooling="TRUE" ExceptionHandling="FALSE" RuntimeLibrary="0" |