diff options
author | reggie@monster. <> | 2005-08-09 14:48:43 -0500 |
---|---|---|
committer | reggie@monster. <> | 2005-08-09 14:48:43 -0500 |
commit | 03060be40f7d0de0c4f9aa802903dee572dc5539 (patch) | |
tree | 653e1a70e4b5f8b0537efdcb3f6e4fe8c6df20a3 /VC++Files/client | |
parent | 633e62bd778d04d7be8d954726f7737c12692905 (diff) | |
download | mariadb-git-03060be40f7d0de0c4f9aa802903dee572dc5539.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.
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"> |