diff options
author | igor@rurik.mysql.com <> | 2006-06-06 09:59:45 -0700 |
---|---|---|
committer | igor@rurik.mysql.com <> | 2006-06-06 09:59:45 -0700 |
commit | 950a000503b40c3eb049085f2dbb2c8ed8a91f7f (patch) | |
tree | 9310350073023544f0de02973e0facd4ef20c151 /VC++Files | |
parent | 19e312af0813e9b858a8fc524cf4ac093e51f696 (diff) | |
download | mariadb-git-950a000503b40c3eb049085f2dbb2c8ed8a91f7f.tar.gz |
Fixed some problems for Windows build
Diffstat (limited to 'VC++Files')
-rw-r--r-- | VC++Files/client/mysql.dsp | 4 | ||||
-rw-r--r-- | VC++Files/client/mysql_ia64.dsp | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/VC++Files/client/mysql.dsp b/VC++Files/client/mysql.dsp index 8298e62d8ad..c19e7b7d7fe 100644 --- a/VC++Files/client/mysql.dsp +++ b/VC++Files/client/mysql.dsp @@ -144,6 +144,10 @@ SOURCE=.\readline.cpp # End Source File # Begin Source File +SOURCE=..\mysys\my_conio.c +# End Source File +# Begin Source File + SOURCE=.\sql_string.cpp # End Source File # End Target diff --git a/VC++Files/client/mysql_ia64.dsp b/VC++Files/client/mysql_ia64.dsp index 3fe2e2a2328..8de283d1e0b 100644 --- a/VC++Files/client/mysql_ia64.dsp +++ b/VC++Files/client/mysql_ia64.dsp @@ -130,6 +130,10 @@ SOURCE=.\readline.cpp # End Source File # Begin Source File +SOURCE=..\mysys\my_conio.c +# End Source File +# Begin Source File + SOURCE=.\sql_string.cpp # End Source File # End Target |