defaults
来自「針對 luby rack-off演算法之project code"Botan-1」· 代码 · 共 20 行
TXT
20 行
# Defaults are for a Unix box, since that's what most of OS variants are. It
# would be nice to have generic 'windows', 'beos', 'unix', etc targets to
# handle defaults for those classes of OSes, though Unix is by far the most
# varied/fragmented
obj_suffix o
so_suffix so
static_suffix a
ar_command "ar crs"
ar_needs_ranlib no
install_root /usr/local
header_dir include
lib_dir lib
doc_dir share/doc
install_cmd_data install -m 644
install_cmd_exec install -m 755
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?