diff options
author | unknown <monty@hundin.mysql.fi> | 2001-08-30 01:22:02 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-08-30 01:22:02 +0300 |
commit | 63179d7ca711cc7ca3f01bc43c56ca9b32f09a73 (patch) | |
tree | 0333b688453602a24b5a46133bd78136de042d90 /os2 | |
parent | bd916a7b650b121b86ef594128f2977daf41c63d (diff) | |
download | mariadb-git-63179d7ca711cc7ca3f01bc43c56ca9b32f09a73.tar.gz |
Fix for OS2
Docs/manual.texi:
Cleanup
Diffstat (limited to 'os2')
-rw-r--r-- | os2/MySQL-Sql.icc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os2/MySQL-Sql.icc b/os2/MySQL-Sql.icc index 0c3fc69d68c..addb645e2db 100644 --- a/os2/MySQL-Sql.icc +++ b/os2/MySQL-Sql.icc @@ -81,7 +81,7 @@ option ProjectOptions = MySQLOptions // target source files source "rint.obj" - source zlib, ufc, regex + source zlib, ufc, regex, 'strings\bmove_upp.c' if debug_build { source type('cpp') dbug } |