Merge pull request #18 from jwillemsen/master
[MPC.git] / config / iiopnet.mpb
blob4602482f2172171495cacb807aa7f57e6ecd27ea
1 project {
2   custom_only = 1
4   specific {
5     IIOPNET_BIN = $(IIOPNET_ROOT)/bin/IDLToCLSCompiler
6     IIOPNET_DEP = $(IIOPNET_ROOT)/bin/IDLToCLSCompiler
7   }
9   Define_Custom (IDL) {
10     automatic_in          = 0
11     automatic_out         = 0
12     command               = <%quote%>$(IIOPNET_BIN)<%quote%>
13     dependent             = <%quote%>$(IIOPNET_DEP)<%quote%>
14     inputext              = .idl
15     generic_outputext     = .dll
16     keyword iiopnetflags  = commandflags
17   }