diff options
author | Christian Pointner <equinox@anytun.org> | 2009-03-05 23:47:47 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-03-05 23:47:47 +0000 |
commit | 74f2885ade3fb44784e1fbc2fd0575f69728077c (patch) | |
tree | 6f4df7db14f646d277fe3853b887711d976c2230 /src/anytun.vcproj | |
parent | fixed daemonizing and boost::thread problem (workaround) (diff) |
changed packetSource to use gResolver
Diffstat (limited to 'src/anytun.vcproj')
-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 57b141a..ea6a923 100644 --- a/src/anytun.vcproj +++ b/src/anytun.vcproj @@ -189,7 +189,7 @@ Name="VCCLCompilerTool"
AdditionalOptions="/I "C:\Program Files\boost\boost_1_35_0\""
Optimization="0"
- PreprocessorDefinitions="LOG_FILE;LOG_STDOUT;LOG_WINEVENTLOG;WIN_SERVICE;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;NO_SIGNALCONTROLLER;WIN32_LEAN_AND_MEAN;BOOST_ALL_DYN_LINK"
+ PreprocessorDefinitions="LOG_FILE;LOG_STDOUT;LOG_WINEVENTLOG;WIN_SERVICE;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;WIN32_LEAN_AND_MEAN;BOOST_ALL_DYN_LINK"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -264,7 +264,7 @@ />
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="LOG_FILE;LOG_STDOUT;LOG_WINEVENTLOG;WIN_SERVICE;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;NO_SIGNALCONTROLLER;WIN32_LEAN_AND_MEAN;BOOST_ALL_DYN_LINK"
+ PreprocessorDefinitions="LOG_FILE;LOG_STDOUT;LOG_WINEVENTLOG;WIN_SERVICE;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;WIN32_LEAN_AND_MEAN;BOOST_ALL_DYN_LINK"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
|