summaryrefslogtreecommitdiff
path: root/src/anytun.vcproj
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-11 14:47:08 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-11 14:47:08 +0000
commitd7a5235d9a3702cdbe2fd67d5aac7368d2484a87 (patch)
treee0891a60dccf3e471b5b689fd3e84e35d9d89c5f /src/anytun.vcproj
parentremoved old includes (diff)
mainly type and define fixes
partly builds on windows without conversion between host and network byte order working compile defines: NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOSIGNALCONTROLLER;WIN32_LEAN_AND_MEAN
Diffstat (limited to 'src/anytun.vcproj')
-rw-r--r--src/anytun.vcproj16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/anytun.vcproj b/src/anytun.vcproj
index 4e092db..f27ba21 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="NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOROUTING;NOSIGNALCONTROLLER"
+ PreprocessorDefinitions="NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOSIGNALCONTROLLER;WIN32_LEAN_AND_MEAN"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -113,7 +113,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="NOCRYPT;NODAEMON;NOEXEC;NOPACKED"
+ PreprocessorDefinitions="NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOSIGNALCONTROLLER"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -238,6 +238,10 @@
>
</File>
<File
+ RelativePath=".\routingTable.h"
+ >
+ </File>
+ <File
RelativePath=".\rtpSession.h"
>
</File>
@@ -386,6 +390,10 @@
>
</File>
<File
+ RelativePath=".\routingTable.cpp"
+ >
+ </File>
+ <File
RelativePath=".\rtpSession.cpp"
>
</File>
@@ -433,6 +441,10 @@
RelativePath=".\syncTcpConnection.cpp"
>
</File>
+ <File
+ RelativePath=".\tunDevice.cpp"
+ >
+ </File>
</Filter>
</Files>
<Globals>