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

Fixed some dsp files.

Fixed make_win_src_distribution.sh to return back dsp files
for yassl.


VC++Files/client/mysqldump.dsp:
  my_user.c was missing.
VC++Files/client/mysqldump_ia64.dsp:
  my_user.c was missing.
VC++Files/sql/mysqld.dsp:
  my_user.c was missing.
VC++Files/sql/mysqld_ia64.dsp:
  my_user.c was missing.
extra/yassl/yassl.dsp:
  Added the YASSL_PREFIX flag.
scripts/make_win_src_distribution.sh:
  Returned back dsp files from yassl.
This commit is contained in:
unknown
2006-06-23 18:21:34 -07:00
parent d0412ab8e0
commit 1b66efe9d6
6 changed files with 21 additions and 5 deletions

View File

@ -203,7 +203,7 @@ copy_dir_files()
print_debug "Creating directory '$arg'"
mkdir $BASE/$arg
fi
for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def *.hpp *.yy \
for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def *.hpp *.yy *dsp *.dsw \
README INSTALL* LICENSE AUTHORS NEWS ChangeLog \
*.inc *.test *.result *.pem Moscow_leap des_key_file \
*.vcproj *.sln *.dat *.000001 *.require *.opt