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

wl1744 - ndb on windows

Add rules for creating dsp-files
This commit is contained in:
unknown
2004-11-10 00:03:01 +01:00
parent fdc79aa30a
commit f0614a9fec
52 changed files with 732 additions and 3 deletions

View File

@ -188,7 +188,7 @@ copy_dir_files()
print_debug "Creating directory '$arg'"
mkdir $BASE/$arg
fi
for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def \
for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def *.hpp *.dsp \
README INSTALL* LICENSE
do
if [ -f $i ]
@ -243,11 +243,16 @@ do
copy_dir_files $i
done
#
# Create project files for ndb
#
make -C ndb windoze
#
# Input directories to be copied recursively
#
for i in bdb innobase
for i in bdb innobase ndb
do
copy_dir_dirs $i
done