diff options
author | venu@myvenu.com <> | 2003-05-20 23:44:28 -0700 |
---|---|---|
committer | venu@myvenu.com <> | 2003-05-20 23:44:28 -0700 |
commit | 9ad75823e7406c3afec09e642615e4821d25df5a (patch) | |
tree | df9114e742eba63340a3dce8cc03828e72d47763 /VC++Files/libmysql | |
parent | 08e10a976a82c28fcf4912106e9118166f9084cd (diff) | |
download | mariadb-git-9ad75823e7406c3afec09e642615e4821d25df5a.tar.gz |
Fix for Windows build by adding pack.c to appropriate .dsp files
Diffstat (limited to 'VC++Files/libmysql')
-rw-r--r-- | VC++Files/libmysql/libmysql.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/VC++Files/libmysql/libmysql.dsp b/VC++Files/libmysql/libmysql.dsp index 1a276c75447..f14c1e6871c 100644 --- a/VC++Files/libmysql/libmysql.dsp +++ b/VC++Files/libmysql/libmysql.dsp @@ -215,6 +215,10 @@ SOURCE=.\libmysql.c # End Source File # Begin Source File +SOURCE=.\pack.c +# End Source File +# Begin Source File + SOURCE=.\Libmysql.def # End Source File # Begin Source File |