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
c5cebf20
Commit
c5cebf20
authored
Oct 12, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use libc-2003 if available else default to libc
parent
be4d0286
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
netware/BUILD/mwenv
netware/BUILD/mwenv
+13
-2
No files found.
netware/BUILD/mwenv
View file @
c5cebf20
...
...
@@ -26,8 +26,17 @@ WINE_BUILD_DIR=`echo "$BUILD_DIR" | sed 's_'$base_unix_part'/__'`
WINE_BUILD_DIR
=
"
$base
/
$WINE_BUILD_DIR
"
echo
"WINE_BUILD_DIR:
$WINE_BUILD_DIR
"
export
MWCNWx86Includes
=
"
$MYDEV
/libc/include;
$MYDEV
/fs64/headers;
$MYDEV
/zlib-1.2.3;
$WINE_BUILD_DIR
/include;
$MYDEV
"
export
MWNWx86Libraries
=
"
$MYDEV
/libc/imports;
$MYDEV
/mw/lib;
$MYDEV
/fs64/imports;
$MYDEV
/zlib-1.2.3;
$MYDEV
/openssl;
$WINE_BUILD_DIR
/netware/BUILD"
# Look for libc, MySQL 5.0.x uses libc-2003 by default
libcdir
=
"
$MYDEV
/libc-2003"
if
test
!
-d
$libcdir
then
# The libcdir didn't exist, set default
libc_dir
=
"
$MYDEV
/libc"
fi
echo
"Using libc in
$libc_dir
"
;
export
MWCNWx86Includes
=
"
$libc_dir
/include;
$MYDEV
/fs64/headers;
$MYDEV
/zlib-1.2.3;
$WINE_BUILD_DIR
/include;
$MYDEV
"
export
MWNWx86Libraries
=
"
$libc_dir
/imports;
$MYDEV
/mw/lib;
$MYDEV
/fs64/imports;
$MYDEV
/zlib-1.2.3;
$MYDEV
/openssl;
$WINE_BUILD_DIR
/netware/BUILD"
export
MWNWx86LibraryFiles
=
"libcpre.o;libc.imp;netware.imp;mwcrtl.lib;mwcpp.lib;libz.a;neb.imp;zPublics.imp;knetware.imp"
export
WINEPATH
=
"
$MYDEV
/mw/bin"
...
...
@@ -56,3 +65,5 @@ then
export
TERM
=
linux
fi
# Print all env. variables
export
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