summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfields_t <oth3r1if3@users.noreply.github.com>2004-03-20 18:58:41 +0000
committerfields_t <oth3r1if3@users.noreply.github.com>2004-03-20 18:58:41 +0000
commitad13038e5d50005b70d2016b213147d8e929cca7 (patch)
tree77720a87348da4aa2529c402a23b15fd503fc970
parent49e08a1d16ad48bf64c92ccb612c8e72b22e5972 (diff)
downloadMPC-unlabeled-1.9.10.tar.gz
Fri Mar 19 15:35:27 MST 2004 Trevor Fields <fields_t@ociweb.com>unlabeled-1.9.10
-rw-r--r--templates/va4icc.mpd8
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/va4icc.mpd b/templates/va4icc.mpd
index 60c85607..61e6d6da 100644
--- a/templates/va4icc.mpd
+++ b/templates/va4icc.mpd
@@ -94,6 +94,9 @@ option
source type (lib) "ws2_32.lib"
source type (lib) "wsock32.lib"
source type (lib) "mswsock.lib"
+<%foreach(pure_libs)%>
+ source type (lib) "<%pure_lib%>"
+<%endfor%>
<%foreach(lit_libs)%>
source type (lib) "<%lit_lib%>.lib"
<%endfor%>
@@ -122,7 +125,10 @@ option
<%endif%>
// Libraries needed during linking
-<%foreach(libs defaultlibs lit_libs)%>
+<%foreach(pure_libs)%>
+ source type (lib) "<%pure_lib%>"
+<%endfor%>
+<%foreach(libs lit_libs)%>
source type (lib) "lib<%lib%>.a"
<%endfor%>