1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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
This commit is contained in:
venu@myvenu.com
2003-04-16 11:49:52 -07:00
parent 5cdcbb5782
commit 077d7e81c8
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