mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
28 lines
530 B
Plaintext
28 lines
530 B
Plaintext
// 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
|
|
}
|
|
}
|
|
|
|
}
|