diff options
author | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-10-13 17:21:14 +0300 |
---|---|---|
committer | unknown <jani@ua141d10.elisa.omakaista.fi> | 2005-10-13 17:21:14 +0300 |
commit | cd04dcd7bc784ba373235d3875e0294280d03b35 (patch) | |
tree | 0347d39152b1cfec5a44795183d258a03dc5b05b /netware/pack_isam.def | |
parent | 787318dc7b2536dbe6811eb0cad6e820a63637ed (diff) | |
download | mariadb-git-cd04dcd7bc784ba373235d3875e0294280d03b35.tar.gz |
Some Netware related fixes and fixes for Metrowerks compiler.
netware/BUILD/mwenv:
Removed -O3 for Metrowerks compiler.
netware/pack_isam.def:
NetWare specific change, Added SCRENNAME for pack_isam.
scripts/make_binary_distribution.sh:
Netware specific change for creating help tables.
strings/my_strtoll10.c:
Fix for Metrowerks compiler.
Diffstat (limited to 'netware/pack_isam.def')
-rw-r--r-- | netware/pack_isam.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netware/pack_isam.def b/netware/pack_isam.def index b93cfdffbeb..fff74806f39 100644 --- a/netware/pack_isam.def +++ b/netware/pack_isam.def @@ -4,6 +4,7 @@ MODULE libc.nlm COPYRIGHT "(c) 2003-2005 Novell, Inc. Portions (c) 2003 MySQL AB. All Rights Reserved." DESCRIPTION "MySQL ISAM Table Pack Tool" +SCREENNAME "MySQL ISAM Table Pack Tool" VERSION 4, 0 XDCDATA ../netware/mysql.xdc #DEBUG |