ace_zlib.mpb
来自「最新的版本ACE-5.6.8,刚从外文网上搬下,与大家分享.」· MPB 代码 · 共 16 行
MPB
16 行
// $Id: ace_zlib.mpb 81657 2008-05-08 23:05:48Z jtc $
feature(zlib): zlib {
specific(automake) {
// Undo everything that comes from zlib
includes -= $(ZLIB_ROOT)/include
libpaths -= $(ZLIB_ROOT)/lib
lit_libs -= z
macros -= ZLIB
compile_flags += $(ACE_ZLIB_CPPFLAGS)
linkflags += $(ACE_ZLIB_LDFLAGS)
pure_libs += $(ACE_ZLIB_LIBS)
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?