summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/iiopnet.mpb
blob: 22fc17a9474b8fcbd0e39081fbac9421f9038fd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

project {
  custom_only = 1

  specific {
    IIOPNET_BIN = $(IIOPNET_ROOT)/bin/IDLToCLSCompiler
    IIOPNET_DEP = $(IIOPNET_ROOT)/bin/IDLToCLSCompiler
  }

  Define_Custom (IDL) {
    automatic             = 0
    command               = <%quote%>$(IIOPNET_BIN)<%quote%>
    dependent             = <%quote%>$(IIOPNET_DEP)<%quote%>
    inputext              = .idl
    generic_outputext     = .dll
    keyword iiopnetflags  = commandflags
  }
}