[Box Backup-dev] COMMIT r630 - in box/chris/general/infrastructure/msvc: 2003 2005

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Thu Jul 6 21:47:25 BST 2006


Author: chris
Date: 2006-07-06 20:47:21 +0000 (Thu, 06 Jul 2006)
New Revision: 630

Modified:
   box/chris/general/infrastructure/msvc/2003/common.vcproj
   box/chris/general/infrastructure/msvc/2005/common.vcproj
Log:
* msvc/2003/common.vcproj
* msvc/2005/common.vcproj
- Updated for new location of WinNamedPipeStream.{cpp,h}
- Added pre-build event script to determine version number


Modified: box/chris/general/infrastructure/msvc/2003/common.vcproj
===================================================================
--- box/chris/general/infrastructure/msvc/2003/common.vcproj	2006-07-06 20:46:40 UTC (rev 629)
+++ box/chris/general/infrastructure/msvc/2003/common.vcproj	2006-07-06 20:47:21 UTC (rev 630)
@@ -290,9 +290,6 @@
 					<File
 						RelativePath="..\..\..\lib\win32\getopt_long.cxx">
 					</File>
-					<File
-						RelativePath="..\..\..\lib\win32\WinNamedPipeStream.cpp">
-					</File>
 				</Filter>
 				<Filter
 					Name="server"
@@ -333,6 +330,10 @@
 					<File
 						RelativePath="..\..\..\lib\server\TLSContext.cpp">
 					</File>
+					<File
+						RelativePath="..\..\..\lib\server\WinNamedPipeStream.cpp">
+					</File>
+
 				</Filter>
 			</Filter>
 		</Filter>
@@ -482,6 +483,9 @@
 					<File
 						RelativePath="..\..\..\lib\common\WaitForEvent.h">
 					</File>
+					<File
+						RelativePath="..\..\..\lib\common\BoxVersion.h">
+					</File>
 				</Filter>
 				<Filter
 					Name="backupclient"
@@ -633,6 +637,9 @@
 					<File
 						RelativePath="..\..\..\lib\server\TLSContext.h">
 					</File>
+					<File
+						RelativePath="..\..\..\lib\server\WinNamedPipeStream.h">
+					</File>
 				</Filter>
 			</Filter>
 		</Filter>

Modified: box/chris/general/infrastructure/msvc/2005/common.vcproj
===================================================================
--- box/chris/general/infrastructure/msvc/2005/common.vcproj	2006-07-06 20:46:40 UTC (rev 629)
+++ box/chris/general/infrastructure/msvc/2005/common.vcproj	2006-07-06 20:47:21 UTC (rev 630)
@@ -25,11 +25,10 @@
 			>
 			<Tool
 				Name="VCPreBuildEventTool"
+				Description="Determining Version Number"
+				CommandLine="perl $(InputDir)..\getversion.pl"
 			/>
 			<Tool
-				Name="VCCustomBuildTool"
-			/>
-			<Tool
 				Name="VCXMLDataGeneratorTool"
 			/>
 			<Tool
@@ -397,10 +396,6 @@
 						RelativePath="..\..\..\lib\win32\getopt_long.cxx"
 						>
 					</File>
-					<File
-						RelativePath="..\..\..\lib\win32\WinNamedPipeStream.cpp"
-						>
-					</File>
 				</Filter>
 				<Filter
 					Name="server"
@@ -453,6 +448,10 @@
 						RelativePath="..\..\..\lib\server\TLSContext.cpp"
 						>
 					</File>
+					<File
+						RelativePath="..\..\..\lib\server\WinNamedPipeStream.cpp"
+						>
+					</File>
 				</Filter>
 			</Filter>
 		</Filter>
@@ -536,6 +535,10 @@
 						>
 					</File>
 					<File
+						RelativePath="..\..\..\lib\common\BoxVersion.h"
+						>
+					</File>
+					<File
 						RelativePath="..\..\..\lib\common\CollectInBufferStream.h"
 						>
 					</File>
@@ -771,10 +774,6 @@
 						RelativePath="..\..\..\lib\win32\getopt.h"
 						>
 					</File>
-					<File
-						RelativePath="..\..\..\lib\win32\WinNamedPipeStream.h"
-						>
-					</File>
 				</Filter>
 				<Filter
 					Name="server"
@@ -843,6 +842,10 @@
 						RelativePath="..\..\..\lib\server\TLSContext.h"
 						>
 					</File>
+					<File
+						RelativePath="..\..\..\lib\server\WinNamedPipeStream.h"
+						>
+					</File>
 				</Filter>
 			</Filter>
 		</Filter>




More information about the Boxbackup-dev mailing list