summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-03-29 12:22:19 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-03-29 12:22:19 +0000
commit2751526570139bb5358662854a5e0ab536fd3cbf (patch)
tree0741fb4faca5c6b2da33e7d4656163baea3834aa /bin
parented6ada361c64ff2f600aaefb2fa384f563869d9f (diff)
downloadATCD-2751526570139bb5358662854a5e0ab536fd3cbf.tar.gz
ChangeLogTag: Tue Mar 29 06:21:34 2005 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin')
-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%>