mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
add support for vcproj and sln files (Visual Studio 2003)
This commit is contained in:
@ -202,7 +202,7 @@ copy_dir_files()
|
|||||||
for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def *.hpp *.dsp *.dsw \
|
for i in *.c *.cpp *.h *.ih *.i *.ic *.asm *.def *.hpp *.dsp *.dsw \
|
||||||
README INSTALL* LICENSE AUTHORS NEWS ChangeLog \
|
README INSTALL* LICENSE AUTHORS NEWS ChangeLog \
|
||||||
*.inc *.test *.result *.pem Moscow_leap des_key_file \
|
*.inc *.test *.result *.pem Moscow_leap des_key_file \
|
||||||
*.dat *.000001 *.require *.opt
|
*.vcproj *.sln *.dat *.000001 *.require *.opt
|
||||||
do
|
do
|
||||||
if [ -f $i ]
|
if [ -f $i ]
|
||||||
then
|
then
|
||||||
@ -343,7 +343,9 @@ mv $BASE/sql/sql_yacc.cpp-new $BASE/sql/sql_yacc.cpp
|
|||||||
# Search the tree for plain text files and adapt the line end marker
|
# Search the tree for plain text files and adapt the line end marker
|
||||||
#
|
#
|
||||||
find $BASE \( -name "*.dsp" -o -name "*.dsw" -o -name "*.cnf" -o -name "*.ini" \
|
find $BASE \( -name "*.dsp" -o -name "*.dsw" -o -name "*.cnf" -o -name "*.ini" \
|
||||||
-o -name COPYING -o -name ChangeLog -o -name EXCEPTIONS-CLIENT -o -name "INSTALL*" -o -name LICENSE -o -name "README*" \) -type f -print \
|
-o -name COPYING -o -name ChangeLog -o -name EXCEPTIONS-CLIENT
|
||||||
|
-o -name "INSTALL*" -o -name LICENSE -o -name "README*"
|
||||||
|
-o -name "*.vcproj" -o -name "*.sln" \) -type f -print \
|
||||||
| while read v
|
| while read v
|
||||||
do
|
do
|
||||||
unix_to_dos $v
|
unix_to_dos $v
|
||||||
|
Reference in New Issue
Block a user