diff options
author | unknown <venu@myvenu.com> | 2003-04-16 11:49:52 -0700 |
---|---|---|
committer | unknown <venu@myvenu.com> | 2003-04-16 11:49:52 -0700 |
commit | 259cc315a5eb06bd3f48f3fb48142de33af71883 (patch) | |
tree | 10cfb4f3b78b041b764e3783ef2d40f04eeb0d00 /VC++Files/strings | |
parent | 472020dc084c597d9c8ca940dc0034e7939a3e76 (diff) | |
download | mariadb-git-259cc315a5eb06bd3f48f3fb48142de33af71883.tar.gz |
Fix broken windows distribution workspace file (libmysql.dsp), which is causing VC IDE to crash while loading
Remove ctype_latin1_de.c from respective dsp files
Fix to make_win_src_distribution.sh to delete all newly added IS Bitkeeper files
VC++Files/libmysql/libmysql.dsp:
Fix the broken file
Diffstat (limited to 'VC++Files/strings')
-rw-r--r-- | VC++Files/strings/strings.dsp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/VC++Files/strings/strings.dsp b/VC++Files/strings/strings.dsp index f18f27f2086..038f460771d 100644 --- a/VC++Files/strings/strings.dsp +++ b/VC++Files/strings/strings.dsp @@ -140,10 +140,6 @@ SOURCE=".\ctype-latin1.c" # End Source File # Begin Source File -SOURCE=".\ctype-latin1_de.c" -# End Source File -# Begin Source File - SOURCE=".\ctype-mb.c" # End Source File # Begin Source File |