diff options
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' |