summaryrefslogtreecommitdiff
path: root/ACE/MPC/config/iiopnet.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/MPC/config/iiopnet.mpb')
-rw-r--r--ACE/MPC/config/iiopnet.mpb19
1 files changed, 19 insertions, 0 deletions
diff --git a/ACE/MPC/config/iiopnet.mpb b/ACE/MPC/config/iiopnet.mpb
new file mode 100644
index 00000000000..22fc17a9474
--- /dev/null
+++ b/ACE/MPC/config/iiopnet.mpb
@@ -0,0 +1,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
+ }
+}