ciao_servant_dnc.mpb

来自「ACE自适配通信环境(ADAPTIVE Communication Enviro」· MPB 代码 · 共 28 行

MPB
28
字号
// -*- MPC -*-// ciao_servant_dnc.mpb,v 1.10 2005/09/27 18:14:57 wotte Expproject : ciao_component_dnc, ciao_deployment_svnt, utils, naming {  after += CIAO_DnC_Server  libs  += CIAO_DnC_Server  // Set the cidl compiler and flags as template values  specific {    cidlc      = $(CIAO_ROOT)/bin/cidlc    cidlc_dep  = $(CIAO_ROOT)/bin/cidlc    cidlc_flags = -I $(CIAO_ROOT) -I$(CIAO_ROOT)/DAnCE -I$(CIAO_ROOT)/ciao -I$(TAO_ROOT) -I$(TAO_ROOT)/tao -I$(TAO_ROOT)/orbsvcs --  }  Define_Custom(CIDL) {    automatic         = 0    dependent         = $(CIDLC_DEP)    command           = $(CIDLC)    commandflags      = $(CIDLC_FLAGS)    inputext          = .cidl    source_outputext  = _svnt.cpp    header_outputext  = _svnt.h    generic_outputext = E.idl    keyword cidlflags = commandflags  }}

⌨️ 快捷键说明

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