summaryrefslogtreecommitdiff
path: root/src/anytun.vcproj
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2009-02-19 20:53:47 +0000
committerOthmar Gsenger <otti@anytun.org>2009-02-19 20:53:47 +0000
commit60107612400266a81ba497a565d53724194ec893 (patch)
treedcd583576ceaf466c81f9aee5c873377695a9aa5 /src/anytun.vcproj
parentupdated example configurations (diff)
added onew options definition to windows project file
Diffstat (limited to 'src/anytun.vcproj')
-rw-r--r--src/anytun.vcproj4
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 &quot;C:\Program Files\boost\boost_1_35_0\&quot;"
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"