diff options
author | lenz@mysql.com <> | 2002-07-15 18:26:11 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2002-07-15 18:26:11 +0200 |
commit | 3258f23d9925fe2f4405e5ffbcb3527e2ec07b21 (patch) | |
tree | 7bbc1431086d8f60702c6d6e2ad89eec7fe88075 /os2/MySQL-Util.icc | |
parent | c620486287474966db38e44f8be891622e9af495 (diff) | |
download | mariadb-git-3258f23d9925fe2f4405e5ffbcb3527e2ec07b21.tar.gz |
- Updated OS/2 port with files provided by Yuri Dario <mc6530@mclink.it>
from TeamOS/2 Italy
- removed some obsolete files on Yuri's request
- Added missing os2 related files outside the os2 subdirectory
to the distribution
Diffstat (limited to 'os2/MySQL-Util.icc')
-rw-r--r-- | os2/MySQL-Util.icc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/os2/MySQL-Util.icc b/os2/MySQL-Util.icc index 5a7ae2959b9..36fd499e520 100644 --- a/os2/MySQL-Util.icc +++ b/os2/MySQL-Util.icc @@ -153,6 +153,7 @@ option ProjectOptions = MySQLOptions } } */ + target "..\\bin\\test\\insert_test.exe" { // optimized precompiled headers @@ -179,4 +180,4 @@ option ProjectOptions = MySQLOptions } run after sources('..\bin\gen_lex_hash.exe') targets('..\sql\lex_hash.h') - '..\bin\gen_lex_has.exe > ..\sql\lex_hash.h' + 'cd ..\bin & ..\bin\gen_lex_hash.exe > ..\sql\lex_hash.h' |