diff options
author | unknown <reggie@monster.> | 2005-08-09 14:48:43 -0500 |
---|---|---|
committer | unknown <reggie@monster.> | 2005-08-09 14:48:43 -0500 |
commit | 741d3ae1d51333bda2bdbdd8a19a428baa61df77 (patch) | |
tree | 653e1a70e4b5f8b0537efdcb3f6e4fe8c6df20a3 /VC++Files/client | |
parent | 88c4ad2435063a19e6ba933b4fc2e1dfb802339a (diff) | |
download | mariadb-git-741d3ae1d51333bda2bdbdd8a19a428baa61df77.tar.gz |
Some changes to project files
str_alloc had been added but was not added to mysqlclient and strings
libmysql should have had strings as a dependent.
VC++Files/client/mysqlclient.vcproj:
Added missing file
VC++Files/mysql.sln:
Make libmysql dependendent on strings
VC++Files/strings/strings.vcproj:
Added missing file
Diffstat (limited to 'VC++Files/client')
-rwxr-xr-x | VC++Files/client/mysqlclient.vcproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/VC++Files/client/mysqlclient.vcproj b/VC++Files/client/mysqlclient.vcproj index 8e01db86c70..eebba9ebe0e 100755 --- a/VC++Files/client/mysqlclient.vcproj +++ b/VC++Files/client/mysqlclient.vcproj @@ -2731,6 +2731,9 @@ </FileConfiguration> </File> <File + RelativePath="..\strings\str_alloc.c"> + </File> + <File RelativePath="..\strings\strcend.c"> <FileConfiguration Name="Release|Win32"> |