[Box Backup-dev] COMMIT r508 - box/chris/general/infrastructure/msvc/2005

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


Author: chris
Date: 2006-02-25 19:38:31 +0000 (Sat, 25 Feb 2006)
New Revision: 508

Modified:
   box/chris/general/infrastructure/msvc/2005/boxbackup.suo
   box/chris/general/infrastructure/msvc/2005/common.vcproj
   box/chris/general/infrastructure/msvc/2005/win32test.vcproj
Log:
* infrastructure/msvc/2005/boxbackup.suo
* infrastructure/msvc/2005/win32test.vcproj
* infrastructure/msvc/2005/common.vcproj
- Added getopt_long.cxx and getopt.h to project


Modified: box/chris/general/infrastructure/msvc/2005/boxbackup.suo
===================================================================
(Binary files differ)

Modified: box/chris/general/infrastructure/msvc/2005/common.vcproj
===================================================================
--- box/chris/general/infrastructure/msvc/2005/common.vcproj	2006-02-25 19:32:35 UTC (rev 507)
+++ box/chris/general/infrastructure/msvc/2005/common.vcproj	2006-02-25 19:38:31 UTC (rev 508)
@@ -394,6 +394,10 @@
 						>
 					</File>
 					<File
+						RelativePath="..\..\..\lib\win32\getopt_long.cxx"
+						>
+					</File>
+					<File
 						RelativePath="..\..\..\lib\win32\WinNamedPipeStream.cpp"
 						>
 					</File>
@@ -764,6 +768,10 @@
 						>
 					</File>
 					<File
+						RelativePath="..\..\..\lib\win32\getopt.h"
+						>
+					</File>
+					<File
 						RelativePath="..\..\..\lib\win32\WinNamedPipeStream.h"
 						>
 					</File>

Modified: box/chris/general/infrastructure/msvc/2005/win32test.vcproj
===================================================================
--- box/chris/general/infrastructure/msvc/2005/win32test.vcproj	2006-02-25 19:32:35 UTC (rev 507)
+++ box/chris/general/infrastructure/msvc/2005/win32test.vcproj	2006-02-25 19:38:31 UTC (rev 508)
@@ -41,7 +41,7 @@
 				Name="VCCLCompilerTool"
 				Optimization="0"
 				AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\bin\bbackupd&quot;;&quot;$(ProjectDir)..\..\..\lib\backupclient&quot;;&quot;$(ProjectDir)..\..\..\lib\common&quot;;&quot;$(ProjectDir)..\..\..\lib\compress&quot;;&quot;$(ProjectDir)..\..\..\lib\crypto&quot;;&quot;$(ProjectDir)..\..\..\lib\server&quot;;&quot;$(ProjectDir)..\..\..\lib\win32&quot;;&quot;$(ProjectDir)..\..\..\..\openssl\inc32&quot;;&quot;$(ProjectDir)..\..\..\..\zlib\include&quot;"
-				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PLATFORM_DISABLE_MEM_LEAK_TESTING;_CRT_SECURE_NO_DEPRECATE;NDEBUG"
+				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;PLATFORM_DISABLE_MEM_LEAK_TESTING;_CRT_SECURE_NO_DEPRECATE"
 				MinimalRebuild="true"
 				BasicRuntimeChecks="3"
 				RuntimeLibrary="1"