get.mpc

来自「ace开发环境 用来开发网络程序 其运用了设计模式、多平台、C++等多种知识」· MPC 代码 · 共 24 行

MPC
24
字号
// $Id: get.mpc 63616 2005-01-31 08:28:20Z jwillemsen $project (asnmp_example_get) : aceexe {  exename = get  after += asnmp_lib  libs  += asnmp  avoids += uses_wchar  includes += $(ACE_ROOT)/ASNMP  source_files {    get.cpp  }}project (asnmp_example_get_async) : aceexe {  exename = get_async  after += asnmp_lib  libs  += asnmp  avoids += uses_wchar  includes += $(ACE_ROOT)/ASNMP  source_files {    get_async.cpp  }}

⌨️ 快捷键说明

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