diff options
author | Chris Wilson <chris+github@qwirx.com> | 2006-02-21 00:23:51 +0000 |
---|---|---|
committer | Chris Wilson <chris+github@qwirx.com> | 2006-02-21 00:23:51 +0000 |
commit | 551822fa4f98cad7fffd722ca8dd46c280df80f2 (patch) | |
tree | 14f60c52ad4dd2e42b07c70302cd39f0a5f667d5 /infrastructure/msvc/2003/bbackupd.vcproj | |
parent | c20d06fd644c0d9f7c1ea9149de2bba0802c47b8 (diff) |
* 2003/boxquery.vcproj
* 2003/boxbackup.suo
* 2003/win32test.vcproj
* 2003/common.vcproj
* 2003/bbackupctl.vcproj
* 2003/bbackupd.vcproj
- Updated Visual Studio 2003 project files, thanks to "Mark"
<boxbackup@hostingbrothers.nl>
Diffstat (limited to 'infrastructure/msvc/2003/bbackupd.vcproj')
-rw-r--r-- | infrastructure/msvc/2003/bbackupd.vcproj | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/infrastructure/msvc/2003/bbackupd.vcproj b/infrastructure/msvc/2003/bbackupd.vcproj index 5e04ed7d..4ca3470e 100644 --- a/infrastructure/msvc/2003/bbackupd.vcproj +++ b/infrastructure/msvc/2003/bbackupd.vcproj @@ -23,7 +23,7 @@ PreprocessorDefinitions="BOOST_REGEX_NO_LIB;WIN32;_DEBUG;_CONSOLE;PLATFORM_DISABLE_MEM_LEAK_TESTING"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
- RuntimeLibrary="5"
+ RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="TRUE"
@@ -32,7 +32,7 @@ Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="Ws2_32.lib $(ProjectDir)..\..\..\..\zlib\lib\zdll.lib $(ProjectDir)..\..\..\..\openssl\lib\libeay32.lib $(ProjectDir)..\..\..\..\openssl\lib\ssleay32.lib $(ProjectDir)..\..\..\Debug\common.lib $(ProjectDir)..\..\..\lib\win32\Debug\boost_regex.lib $(ProjectDir)..\..\..\..\db-4.2.52.NC\build_win32\Debug\libdb42d.lib"
+ AdditionalDependencies="Ws2_32.lib $(ProjectDir)..\..\..\..\zlib\lib\zdll.lib $(ProjectDir)..\..\..\..\openssl\lib\libeay32.lib $(ProjectDir)..\..\..\..\openssl\lib\ssleay32.lib $(ProjectDir)..\..\..\Debug\common.lib"
OutputFile="$(OutDir)/bbackupd.exe"
LinkIncremental="2"
IgnoreAllDefaultLibraries="FALSE"
@@ -84,7 +84,7 @@ Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="Ws2_32.lib $(ProjectDir)..\..\..\..\zlib\lib\zdll.lib $(ProjectDir)..\..\..\..\openssl\lib\libeay32.lib $(ProjectDir)..\..\..\..\openssl\lib\ssleay32.lib $(ProjectDir)..\..\..\Release\common.lib $(ProjectDir)..\..\..\lib\win32\Release\boost_regex.lib"
+ AdditionalDependencies="Ws2_32.lib $(ProjectDir)..\..\..\..\zlib\lib\zdll.lib $(ProjectDir)..\..\..\..\openssl\lib\libeay32.lib $(ProjectDir)..\..\..\..\openssl\lib\ssleay32.lib $(ProjectDir)..\..\..\Release\common.lib"
OutputFile="$(OutDir)/bbackupd.exe"
LinkIncremental="1"
IgnoreDefaultLibraryNames=""
@@ -148,10 +148,13 @@ RelativePath="..\..\..\bin\bbackupd\bbackupd.cpp">
</File>
<File
- RelativePath="..\..\..\bin\bbackupd\bbwinservice.cpp">
+ RelativePath="..\..\..\bin\bbackupd\Win32BackupService.cpp">
</File>
<File
- RelativePath="..\..\..\bin\bbackupd\ServiceBackupDaemon.cpp">
+ RelativePath="..\..\..\bin\bbackupd\Win32ServiceFunctions.cpp">
+ </File>
+ <File
+ RelativePath="..\..\..\lib\win32\WinNamedPipeStream.cpp">
</File>
</Filter>
</Filter>
@@ -182,10 +185,13 @@ RelativePath="..\..\..\bin\bbackupd\BackupDaemon.h">
</File>
<File
- RelativePath="..\..\..\bin\bbackupd\bbwinservice.h">
+ RelativePath="..\..\..\bin\bbackupd\Win32BackupService.h">
+ </File>
+ <File
+ RelativePath="..\..\..\bin\bbackupd\Win32ServiceFunctions.h">
</File>
<File
- RelativePath="..\..\..\bin\bbackupd\ServiceBackupDaemon.h">
+ RelativePath="..\..\..\lib\win32\WinNamedPipeStream.h">
</File>
</Filter>
</Filter>
|