⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gperf_test.mpb

📁 ACE编程的一本经典BIBLE的源代码,喜欢网络编程的别错过
💻 MPB
字号:
// -*- MPC -*-
// gperf_test.mpb,v 1.5 2004/10/07 20:49:58 shuston Exp

project: aceexe, crosscompile {
  after += gperf
  avoids += uses_wchar
  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -