summaryrefslogtreecommitdiff
path: root/os2/MySQL-Opt.icc
diff options
context:
space:
mode:
Diffstat (limited to 'os2/MySQL-Opt.icc')
-rw-r--r--os2/MySQL-Opt.icc47
1 files changed, 24 insertions, 23 deletions
diff --git a/os2/MySQL-Opt.icc b/os2/MySQL-Opt.icc
index 5f5cdb7c72f..7045f111d9b 100644
--- a/os2/MySQL-Opt.icc
+++ b/os2/MySQL-Opt.icc
@@ -2,29 +2,30 @@
debug_build = 0
// common options
-option BaseOptions = link(defaultlibsname, "tcpip32.lib")
- ,link(libsearchpath, "..\\lib\\")
- ,link(libsearchpath, "..\\bin\\")
- ,link(pmtype, vio)
- ,link(linkwithmultithreadlib, "yes")
- ,link(linkwithsharedlib, "no")
- ,gen(initauto, "yes")
- ,define("__MT__", )
- ,define("HAVE_BSD_SIGNALS", )
- ,define("INCL_DOS", )
- ,define("INCL_DOSERRORS", )
- ,define("INCL_LONGLONG", )
- ,define("OS2", )
- ,define("USE_TLS", )
- ,lang(signedchars, yes)
- ,incl(searchpath, "..")
- ,incl(searchpath, "..\\include")
- ,incl(searchpath, "..\\my_sys")
- ,incl(searchpath, "..\\regex")
- ,incl(searchpath, "..\\sql")
- ,incl(searchpath, "\\rd\\mysql\\zlib-1.1.3")
- ,incl(searchpath, "\\rd\\mysql\\ufc")
- ,incl(searchpath, "..\\os2")
+option BaseOptions = link(defaultlibsname, "tcpip32.lib")
+ , link(libsearchpath, "..\\lib\\")
+ , link(libsearchpath, "..\\bin\\")
+ , link(pmtype, vio)
+ , link(padding, no)
+ , link(linkwithmultithreadlib, "yes")
+ , link(linkwithsharedlib, "no")
+ , gen(initauto, "yes")
+ , define("__MT__", )
+ , define("HAVE_BSD_SIGNALS", )
+ , define("INCL_DOS", )
+ , define("INCL_DOSERRORS", )
+ , define("INCL_LONGLONG", )
+ , define("OS2", )
+ , define("USE_TLS", )
+ , lang(signedchars, yes)
+ , incl(searchpath, "..")
+ , incl(searchpath, "..\\include")
+ , incl(searchpath, "..\\my_sys")
+ , incl(searchpath, "..\\regex")
+ , incl(searchpath, "..\\sql")
+ , incl(searchpath, "..\\..\\zlib-1.1.3")
+ , incl(searchpath, "..\\..\\ufc")
+ , incl(searchpath, "..\\os2")
option ReleaseOptions = link(debug, "no")
, define("DBUG_OFF", )