diff options
Diffstat (limited to 'os2/MySQL-ReadLine.icc')
-rw-r--r-- | os2/MySQL-ReadLine.icc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/os2/MySQL-ReadLine.icc b/os2/MySQL-ReadLine.icc deleted file mode 100644 index 3f63b0815e6..00000000000 --- a/os2/MySQL-ReadLine.icc +++ /dev/null @@ -1,27 +0,0 @@ -// disable code inlining when building static libs -InlineCode = "no" - -// include common options -include "MySQL-Opt.icc" -include "MySQL-Source.icc" - -option ProjectOptions = MySQLOptions -{ - - - - option file(genobject, "..\\OBJ\\READLINE\\") - { - target "..\\lib\\readline.lib" - { - // optimized precompiled headers - option macros('global', 'yes') - { - source type('cpp') client_pch //, 'sql_string.h' - } - // target source files - source readline - } - } - -} |