[Box Backup-dev] COMMIT r509 - box/chris/general/infrastructure/msvc/2003

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sat, 25 Feb 2006 19:45:49 +0000 (GMT)


Author: chris
Date: 2006-02-25 19:45:47 +0000 (Sat, 25 Feb 2006)
New Revision: 509

Removed:
   box/chris/general/infrastructure/msvc/2003/boxbackup.ncb
Modified:
   box/chris/general/infrastructure/msvc/2003/common.vcproj
   box/chris/general/infrastructure/msvc/2003/win32test.vcproj
Log:
* 2003/boxbackup.ncb
- Not needed in project, MSVC will regenerate

* 2003/win32test.vcproj, 2003/common.vcproj
- Added getopt.h, getopt_long.cxx and WinNamedPipeStream.* to project


Deleted: box/chris/general/infrastructure/msvc/2003/boxbackup.ncb
===================================================================
(Binary files differ)

Modified: box/chris/general/infrastructure/msvc/2003/common.vcproj
===================================================================
--- box/chris/general/infrastructure/msvc/2003/common.vcproj	2006-02-25 19:38:31 UTC (rev 508)
+++ box/chris/general/infrastructure/msvc/2003/common.vcproj	2006-02-25 19:45:47 UTC (rev 509)
@@ -287,6 +287,12 @@
 					<File
 						RelativePath="..\..\..\lib\win32\emu.cpp">
 					</File>
+					<File
+						RelativePath="..\..\..\lib\win32\getopt_long.cxx">
+					</File>
+					<File
+						RelativePath="..\..\..\lib\win32\WinNamedPipeStream.cpp">
+					</File>
 				</Filter>
 				<Filter
 					Name="server"
@@ -569,6 +575,12 @@
 					<File
 						RelativePath="..\..\..\lib\win32\emu.h">
 					</File>
+					<File
+						RelativePath="..\..\..\lib\win32\getopt.h">
+					</File>
+					<File
+						RelativePath="..\..\..\lib\win32\WinNamedPipeStream.h">
+					</File>
 				</Filter>
 				<Filter
 					Name="server"

Modified: box/chris/general/infrastructure/msvc/2003/win32test.vcproj
===================================================================
--- box/chris/general/infrastructure/msvc/2003/win32test.vcproj	2006-02-25 19:38:31 UTC (rev 508)
+++ box/chris/general/infrastructure/msvc/2003/win32test.vcproj	2006-02-25 19:45:47 UTC (rev 509)
@@ -20,7 +20,7 @@
 				Name="VCCLCompilerTool"
 				Optimization="0"
 				AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\bin\bbackupd&quot;;&quot;$(ProjectDir)..\..\..\..\db-4.2.52.NC\build_win32&quot;;&quot;$(ProjectDir)..\..\..\lib\backupclient&quot;;&quot;$(ProjectDir)..\..\..\lib\server&quot;;&quot;$(ProjectDir)..\..\..\lib\crypto&quot;;&quot;$(ProjectDir)..\..\..\..\openssl\include&quot;;&quot;$(ProjectDir)..\..\..\lib\compress&quot;;&quot;$(ProjectDir)..\..\..\..\zlib\include&quot;;&quot;$(ProjectDir)..\..\..\lib\win32&quot;;&quot;$(ProjectDir)..\..\..\lib\common\&quot;"
-				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PLATFORM_DISABLE_MEM_LEAK_TESTING;NDEBUG "
+				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PLATFORM_DISABLE_MEM_LEAK_TESTING"
 				MinimalRebuild="TRUE"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="1"