gperf_test.mpb

来自「ACE源码」· MPB 代码 · 共 18 行

MPB
18
字号
// -*- MPC -*-
// gperf_test.mpb,v 1.3 2003/12/30 15:18:22 dhinton Exp

project: aceexe {
  after += gperf
  Define_Custom(GPERF) {
    command          = $(ACE_ROOT)/bin/gperf
    libpath         += $(ACE_ROOT)/lib
    output_option    = >
    inputext         = .gperf
    source_outputext = .cpp
  }

  Source_Files {
    test.cpp
  }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?