Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
affeddbd
Commit
affeddbd
authored
Jun 12, 2007
by
kent@mysql.com/kent-amd64.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make_win_bin_dist:
Aligned headers to include with Unix 'make install'
parent
07785ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
12 deletions
+32
-12
scripts/make_win_bin_dist
scripts/make_win_bin_dist
+32
-12
No files found.
scripts/make_win_bin_dist
View file @
affeddbd
...
...
@@ -239,25 +239,45 @@ if [ x"$PACK_EMBEDDED" = x"" -a \
fi
# ----------------------------------------------------------------------
# FIXME why not copy it all in "include"?!
# Note: Make sure to sync with include/Makefile.am and WiX installer
# XML specifications
# ----------------------------------------------------------------------
mkdir
-p
$DESTDIR
/include
cp
include/conf
*
.h
\
include/mysql
*
.h
\
include/errmsg.h
\
include/my_alloc.h
\
include/my_getopt.h
\
include/my_sys.h
\
cp
include/mysql.h
\
include/mysql_com.h
\
include/mysql_time.h
\
include/my_list.h
\
include/my_pthread.h
\
include/my_alloc.h
\
include/typelib.h
\
include/my_dbug.h
\
include/m_string.h
\
include/m_ctype.h
\
include/my_global.h
\
include/my_sys.h
\
include/my_xml.h
\
include/mysql_embed.h
\
include/my_pthread.h
\
include/my_no_pthread.h
\
include/raid.h
\
include/typelib.h
$DESTDIR
/include/
cp
libmysql/libmysql.def
$DESTDIR
/include/
include/decimal.h
\
include/errmsg.h
\
include/my_global.h
\
include/my_net.h
\
include/my_getopt.h
\
include/sslopt-longopts.h
\
include/my_dir.h
\
include/sslopt-vars.h
\
include/sslopt-case.h
\
include/sql_common.h
\
include/keycache.h
\
include/m_ctype.h
\
include/my_attribute.h
\
include/mysqld_error.h
\
include/sql_state.h
\
include/mysqld_ername.h
include/mysql_version.h
\
include/config-win.h
\
libmysql/libmysql.def
\
$DESTDIR
/include/
# ----------------------------------------------------------------------
# Client libraries, and other libraries
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment