summaryrefslogtreecommitdiff
path: root/config/udm.mpb
diff options
context:
space:
mode:
authorJames H. Hill <hilljh82@gmail.com>2009-04-09 16:58:26 +0000
committerJames H. Hill <hilljh82@gmail.com>2009-04-09 16:58:26 +0000
commit74483fd3f5d1a87a2bec08e621336aa6049c8491 (patch)
treef0eaa677bda35992fa748f9d703ab5e44e7f3c2e /config/udm.mpb
parent725e82b2f6ae74a959b28f95aa297d66a3494dc3 (diff)
downloadMPC-74483fd3f5d1a87a2bec08e621336aa6049c8491.tar.gz
Thu Apr 9 16:57:57 UTC 2009 James H. Hill <hillj@isis.vanderbilt.edu>
Diffstat (limited to 'config/udm.mpb')
-rw-r--r--config/udm.mpb18
1 files changed, 10 insertions, 8 deletions
diff --git a/config/udm.mpb b/config/udm.mpb
index ac54b527..1f271c17 100644
--- a/config/udm.mpb
+++ b/config/udm.mpb
@@ -15,13 +15,15 @@ project : xerces {
compile_flags += /wd4251
}
- Define_Custom(UDM) {
- automatic = 0
- dependent = $(UDM_PATH)/bin/Udm
- command = <%quote%>$(UDM_PATH)<%quote%>/bin/Udm
- inputext = .xml
- header_outputext = .h
- source_outputext = .cpp
- generic_outputext = .xsd
+ Define_Custom (UDM) {
+ automatic = 0
+ dependent = $(UDM_PATH)/bin/Udm
+ command = <%quote%>$(UDM_PATH)<%quote%>/bin/Udm
+ inputext = .xml
+ header_outputext = .h
+ source_outputext = .cpp
+ generic_outputext = .xsd
+
+ keyword udmflags = commandflags
}
}