summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/templates/vxtest.mpd
blob: 8b4ab4d40ae503ae3009c706619a1597f4f6744e (plain)
1
2
3
4
5
# VxWorks script for loading libraries used by: <%exename%>

<%foreach(reverse(libs))%>
ld < lib<%lib%>.so
<%endfor%>