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

📄 ciaocidldefaults.mpb

📁 ACE编程的一本经典BIBLE的源代码,喜欢网络编程的别错过
💻 MPB
字号:
// -*- MPC -*-
// ciaocidldefaults.mpb,v 1.1 2006/03/17 13:44:20 parsons Exp

project {
  // 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -