1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

A few changes to fix compiling on Windows

This commit is contained in:
reggie@linux.site
2005-09-06 18:06:06 -06:00
parent c71b5f4db6
commit eced05c3cd
5 changed files with 155 additions and 37 deletions

View File

@ -266,7 +266,7 @@ make -C $SOURCE/ndb windoze
# Input directories to be copied recursively
#
for i in bdb innobase ndb extra/yassl
for i in bdb innobase ndb extra/yassl server-tools
do
copy_dir_dirs $i
done