summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/templates
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-29 12:22:19 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-03-29 12:22:19 +0000
commit4c7fbeb75be019f92fc469649c5e237bdd0ee45c (patch)
tree0741fb4faca5c6b2da33e7d4656163baea3834aa /bin/MakeProjectCreator/templates
parentcc7bbf7a9f44af7ae27d971037ebfdebf583d983 (diff)
downloadATCD-4c7fbeb75be019f92fc469649c5e237bdd0ee45c.tar.gz
ChangeLogTag: Tue Mar 29 06:21:34 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin/MakeProjectCreator/templates')
-rw-r--r--bin/MakeProjectCreator/templates/gnu.mpd3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/templates/gnu.mpd b/bin/MakeProjectCreator/templates/gnu.mpd
index c9549d03fe4..62542b20484 100644
--- a/bin/MakeProjectCreator/templates/gnu.mpd
+++ b/bin/MakeProjectCreator/templates/gnu.mpd
@@ -71,6 +71,9 @@ RESOURCES += \
# Include macros and targets
#----------------------------------------------------------------------------
<%marker(macros)%>
+<%if(xerceslib)%>
+XERCESLIB ?= <%xerceslib%>
+<%endif%>
<%if(exename)%>
LDLIBS =<%foreach(libs lit_libs)%> -l<%lib%><%endfor%><%foreach(pure_libs)%> <%pure_lib%><%endfor%>
<%else%>