summaryrefslogtreecommitdiff
path: root/src/anytun.vcproj
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-11 15:34:04 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-11 15:34:04 +0000
commit40728f30075d82222944e5fbb9d0a66119c957c6 (patch)
tree3a3983a4499514801b8dc06920bd4225151408d0 /src/anytun.vcproj
parentfixed nocrypt define (diff)
types fixes
builds and links now under windows
Diffstat (limited to 'src/anytun.vcproj')
-rw-r--r--src/anytun.vcproj28
1 files changed, 27 insertions, 1 deletions
diff --git a/src/anytun.vcproj b/src/anytun.vcproj
index f27ba21..ae24351 100644
--- a/src/anytun.vcproj
+++ b/src/anytun.vcproj
@@ -64,6 +64,7 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Program Files\boost\boost_1_35_0\lib"
GenerateDebugInformation="true"
SubSystem="1"
TargetMachine="1"
@@ -113,7 +114,7 @@
/>
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOSIGNALCONTROLLER"
+ PreprocessorDefinitions="NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOSIGNALCONTROLLER;WIN32_LEAN_AND_MEAN"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -132,6 +133,7 @@
<Tool
Name="VCLinkerTool"
LinkIncremental="2"
+ AdditionalLibraryDirectories="C:\Program Files\boost\boost_1_35_0\lib"
GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
@@ -182,6 +184,10 @@
>
</File>
<File
+ RelativePath=".\anyrtpproxy\callIdQueue.h"
+ >
+ </File>
+ <File
RelativePath=".\cipher.h"
>
</File>
@@ -226,6 +232,14 @@
>
</File>
<File
+ RelativePath=".\networkAddress.h"
+ >
+ </File>
+ <File
+ RelativePath=".\networkPrefix.h"
+ >
+ </File>
+ <File
RelativePath=".\options.h"
>
</File>
@@ -346,6 +360,10 @@
>
</File>
<File
+ RelativePath=".\anyrtpproxy\callIdQueue.cpp"
+ >
+ </File>
+ <File
RelativePath=".\cipher.cpp"
>
</File>
@@ -378,6 +396,14 @@
>
</File>
<File
+ RelativePath=".\networkAddress.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\networkPrefix.cpp"
+ >
+ </File>
+ <File
RelativePath=".\options.cpp"
>
</File>