List:Commits« Previous MessageNext Message »
From:msvensson Date:May 29 2006 1:01pm
Subject:bk commit into 5.0 tree (msvensson:1.2138)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of msvensson. When msvensson does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet
  1.2138 06/05/29 15:01:04 msvensson@shellback.(none) +1 -0
  Add new file md4.cpp to VC++ project file

  extra/yassl/taocrypt/taocrypt.vcproj
    1.2 06/05/29 15:00:59 msvensson@shellback.(none) +24 -0
    Add new file md4.cpp to VC++ project file

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	msvensson
# Host:	shellback.(none)
# Root:	/home/msvensson/mysql/yassl_import/my50-yassl_import

--- 1.1/extra/yassl/taocrypt/taocrypt.vcproj	2005-08-03 01:46:47 +02:00
+++ 1.2/extra/yassl/taocrypt/taocrypt.vcproj	2006-05-29 15:00:59 +02:00
@@ -397,6 +397,27 @@
 				</FileConfiguration>
 			</File>
 			<File
+				RelativePath="src\md4.cpp">
+				<FileConfiguration
+					Name="Debug|Win32">
+					<Tool
+						Name="VCCLCompilerTool"
+						Optimization="0"
+						AdditionalIncludeDirectories=""
+						PreprocessorDefinitions=""
+						BasicRuntimeChecks="3"
+						BrowseInformation="1"/>
+				</FileConfiguration>
+				<FileConfiguration
+					Name="Release|Win32">
+					<Tool
+						Name="VCCLCompilerTool"
+						Optimization="2"
+						AdditionalIncludeDirectories=""
+						PreprocessorDefinitions=""/>
+				</FileConfiguration>
+			</File>
+			<File
 				RelativePath="src\md5.cpp">
 				<FileConfiguration
 					Name="Debug|Win32">
@@ -570,6 +591,9 @@
 			</File>
 			<File
 				RelativePath="include\md2.hpp">
+			</File>
+			<File
+				RelativePath="include\md4.hpp">
 			</File>
 			<File
 				RelativePath="include\md5.hpp">
Thread
bk commit into 5.0 tree (msvensson:1.2138)msvensson29 May