summaryrefslogtreecommitdiff
path: root/config/iiopnet.mpb
blob: 4602482f2172171495cacb807aa7f57e6ecd27ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
project {
  custom_only = 1

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

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