diff options
author | Othmar Gsenger <otti@anytun.org> | 2009-02-19 20:53:47 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2009-02-19 20:53:47 +0000 |
commit | 60107612400266a81ba497a565d53724194ec893 (patch) | |
tree | dcd583576ceaf466c81f9aee5c873377695a9aa5 | |
parent | updated example configurations (diff) |
added onew options definition to windows project file
-rw-r--r-- | src/anytun.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/anytun.vcproj b/src/anytun.vcproj index 2f118c7..3f85eb7 100644 --- a/src/anytun.vcproj +++ b/src/anytun.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool"
AdditionalOptions="/I "C:\Program Files\boost\boost_1_35_0\""
Optimization="0"
- PreprocessorDefinitions="NO_ROUTING;LOG_STDOUT;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;NO_SYSLOG;NO_SIGNALCONTROLLER;WIN32_LEAN_AND_MEAN"
+ PreprocessorDefinitions="ANYTUN_OPTIONS;LOG_STDOUT;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;NO_SYSLOG;NO_SIGNALCONTROLLER;WIN32_LEAN_AND_MEAN"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -116,7 +116,7 @@ />
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;NO_SYSLOG;NO_SIGNALCONTROLLER;WIN32_LEAN_AND_MEAN"
+ PreprocessorDefinitions="ANYTUN_OPTIONS;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;NO_SYSLOG;NO_SIGNALCONTROLLER;WIN32_LEAN_AND_MEAN"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
|