diff options
author | Daniel Beulshausen <dbeu@php.net> | 2000-10-21 10:14:09 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2000-10-21 10:14:09 +0000 |
commit | 6337c12473b782dcbb2c02139ed293ca1c6dcb0d (patch) | |
tree | dd88077776abb60cd765696f82167a2f08982e27 /ext/mysql/libmysql/libmysql.dsp | |
parent | 8f280b2656d3097bbe931390d0281949f269e1d6 (diff) | |
download | php-git-6337c12473b782dcbb2c02139ed293ca1c6dcb0d.tar.gz |
make libmysql compile under win
Diffstat (limited to 'ext/mysql/libmysql/libmysql.dsp')
-rw-r--r-- | ext/mysql/libmysql/libmysql.dsp | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ext/mysql/libmysql/libmysql.dsp b/ext/mysql/libmysql/libmysql.dsp index f35a0becab..5e03b7fd21 100644 --- a/ext/mysql/libmysql/libmysql.dsp +++ b/ext/mysql/libmysql/libmysql.dsp @@ -201,6 +201,14 @@ SOURCE=.\bmove_upp.c # End Source File
# Begin Source File
+SOURCE=.\charset.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\ctype.c
+# End Source File
+# Begin Source File
+
SOURCE=.\dbug.c
# End Source File
# Begin Source File
@@ -321,6 +329,10 @@ SOURCE=.\my_init.c # End Source File
# Begin Source File
+SOURCE=.\my_lib.c
+# End Source File
+# Begin Source File
+
SOURCE=.\my_malloc.c
# End Source File
# Begin Source File
@@ -457,6 +469,10 @@ SOURCE=.\acconfig.h # End Source File
# Begin Source File
+SOURCE=".\config-win.h"
+# End Source File
+# Begin Source File
+
SOURCE=.\dbug.h
# End Source File
# Begin Source File
|