summaryrefslogtreecommitdiff
path: root/config/iiopnet.mpb
diff options
context:
space:
mode:
authorJames H. Hill <hilljh82@gmail.com>2009-01-19 22:31:19 +0000
committerJames H. Hill <hilljh82@gmail.com>2009-01-19 22:31:19 +0000
commit14bb3d486cefcf898903a792b2faa45ed774973a (patch)
tree41dfa6013a02e9537953423928aed07e2291e510 /config/iiopnet.mpb
parent576e23c591ed09e8a735eda0051713537aaee259 (diff)
downloadMPC-14bb3d486cefcf898903a792b2faa45ed774973a.tar.gz
Mon Jan 19 22:30:47 UTC 2009 James H. Hill <hillj@isis.vanderbilt.edu>
Diffstat (limited to 'config/iiopnet.mpb')
-rw-r--r--config/iiopnet.mpb19
1 files changed, 19 insertions, 0 deletions
diff --git a/config/iiopnet.mpb b/config/iiopnet.mpb
new file mode 100644
index 00000000..22fc17a9
--- /dev/null
+++ b/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
+ }
+}