summaryrefslogtreecommitdiff
path: root/src/anytun.vcproj
diff options
context:
space:
mode:
authorMarkus Grüneis <gimpf@gimpf.org>2009-03-04 20:12:33 +0000
committerMarkus Grüneis <gimpf@gimpf.org>2009-03-04 20:12:33 +0000
commitf639165c84f8e341cccde7aef93d1d59f8b95336 (patch)
tree64ffd6597f119fe1301618561bbd75d92ee4f917 /src/anytun.vcproj
parentupdated FreeBSD device (diff)
- extended gResolver: supports completion-callback
Diffstat (limited to 'src/anytun.vcproj')
-rw-r--r--src/anytun.vcproj13
1 files changed, 10 insertions, 3 deletions
diff --git a/src/anytun.vcproj b/src/anytun.vcproj
index 7d4759a..df660cd 100644
--- a/src/anytun.vcproj
+++ b/src/anytun.vcproj
@@ -42,13 +42,12 @@
Name="VCCLCompilerTool"
AdditionalOptions="/I &quot;C:\Program Files\boost\boost_1_35_0\&quot;"
Optimization="0"
- PreprocessorDefinitions="LOG_FILE;LOG_STDOUT;LOG_WINEVENTLOG;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;WIN32_LEAN_AND_MEAN"
+ PreprocessorDefinitions="LOG_FILE;LOG_STDOUT;LOG_WINEVENTLOG;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;WIN32_LEAN_AND_MEAN;BOOST_ALL_DYN_LINK"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
ForcedIncludeFiles=""
/>
@@ -116,7 +115,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="LOG_FILE;LOG_STDOUT;LOG_WINEVENTLOG;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;WIN32_LEAN_AND_MEAN"
+ PreprocessorDefinitions="LOG_FILE;LOG_STDOUT;LOG_WINEVENTLOG;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;WIN32_LEAN_AND_MEAN;BOOST_ALL_DYN_LINK"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -421,6 +420,10 @@
>
</File>
<File
+ RelativePath=".\resolver.h"
+ >
+ </File>
+ <File
RelativePath=".\routingTable.h"
>
</File>
@@ -617,6 +620,10 @@
>
</File>
<File
+ RelativePath=".\resolver.cpp"
+ >
+ </File>
+ <File
RelativePath=".\routingTable.cpp"
>
</File>