diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-22 06:16:10 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-22 06:16:10 +0000 |
commit | 5c0eb60b509edf766e649d081d30ab8dea83a8f4 (patch) | |
tree | 7e7ffa3e6aaa42f65ea13ac3297890e64b66944b /src/anytun.vcproj | |
parent | fixed build on Windows (after logging chances) (diff) |
added signal controller (console control handler) to windows
Diffstat (limited to 'src/anytun.vcproj')
-rw-r--r-- | src/anytun.vcproj | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/anytun.vcproj b/src/anytun.vcproj index 16cb37f..696e905 100644 --- a/src/anytun.vcproj +++ b/src/anytun.vcproj @@ -42,7 +42,7 @@ Name="VCCLCompilerTool"
AdditionalOptions="/I "C:\Program Files\boost\boost_1_35_0\""
Optimization="0"
- PreprocessorDefinitions="LOG_FILE;LOG_STDOUT;LOG_WINEVENTLOG;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;NO_SIGNALCONTROLLER;WIN32_LEAN_AND_MEAN"
+ PreprocessorDefinitions="LOG_FILE;LOG_STDOUT;LOG_WINEVENTLOG;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;WIN32_LEAN_AND_MEAN"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
@@ -116,7 +116,7 @@ />
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="LOG_FILE;LOG_STDOUT;LOG_WINEVENTLOG;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;NO_SIGNALCONTROLLER;WIN32_LEAN_AND_MEAN"
+ PreprocessorDefinitions="LOG_FILE;LOG_STDOUT;LOG_WINEVENTLOG;USE_SSL_CRYPTO;NO_DAEMON;NO_EXEC;WIN32_LEAN_AND_MEAN"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -433,6 +433,10 @@ >
</File>
<File
+ RelativePath=".\signalController.h"
+ >
+ </File>
+ <File
RelativePath=".\syncBuffer.h"
>
</File>
@@ -617,6 +621,10 @@ >
</File>
<File
+ RelativePath=".\signalController.cpp"
+ >
+ </File>
+ <File
RelativePath=".\syncBuffer.cpp"
>
</File>
|