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:
@ -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
|
||||
|
Reference in New Issue
Block a user