mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
A few changes to fix compiling on Windows
VC++Files/mysql.sln: Added instance manager project VC++Files/mysys/mysys.vcproj: Added mf_unixpath.c scripts/make_win_src_distribution.sh: Updated to include server-tools folder (which includes IM) server-tools/instance-manager/instance.cc: fixed typo server-tools/instance-manager/mysqlmanager.vcproj: fixed up all the filenames in the IM project
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user