1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
This commit is contained in:
unknown
2003-04-16 11:49:52 -07:00
parent 472020dc08
commit 259cc315a5
9 changed files with 30 additions and 32 deletions

View File

@ -145,8 +145,7 @@ rm -r -f "$BASE/share/Makefile.am"
# Clean up if we did this from a bk tree
#
if [ -d $BASE/SCCS ]
then
if [ -d $BASE/SCCS ]
then
find $BASE/ -type d -name SCCS -printf " \"%p\"" | xargs rm -r -f
fi
@ -161,8 +160,8 @@ copy_dir_files() {
copy_dir_files() {
for arg do
print_debug "Copying files from directory '$arg'"
cd $SOURCE/$arg/
print_debug "Copying files from directory '$arg'"
cd $SOURCE/$arg/
for i in *.c *.h *.ih *.i *.ic *.asm *.def \
README INSTALL* LICENSE
do