summaryrefslogtreecommitdiff
path: root/templates/sle.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-12-13 16:27:26 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-12-13 16:27:26 +0000
commit3242981416a0e4e0717ce041cfb27e0a7dd6b04e (patch)
tree3691f97193f8ea6b9dc91cc0e4138c5fce4d1dbe /templates/sle.mpd
parentd81862194eaeab8aa640e6f69141651b18cd3168 (diff)
downloadMPC-3242981416a0e4e0717ce041cfb27e0a7dd6b04e.tar.gz
ChangeLogTag: Mon Dec 13 10:27:04 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/sle.mpd')
-rw-r--r--templates/sle.mpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/sle.mpd b/templates/sle.mpd
index 2617eada..281b4602 100644
--- a/templates/sle.mpd
+++ b/templates/sle.mpd
@@ -35,7 +35,7 @@
RunFromDir="%rw">
<Exec
CmdLine='g++ %xup -g -o "%o" %f %libs %~other'
- OtherOptions="-Wl,--enable-auto-import -Wl,-E -lws2_32 -lmswsock -lwsock32 -lnetapi32 <%foreach(pure_libs)%>-l<%pure_lib%> <%endfor%><%foreach(lit_libs)%>-l<%lit_lib%>.lib <%endfor%><%foreach(libs)%>-l<%lib%><%lib_modifier%>.lib <%endfor%><%foreach(libpaths)%>-L'<%libpath%>' <%endfor%>"/>
+ OtherOptions="-Wl,--enable-auto-import -Wl,-E -lws2_32 -lmswsock -lwsock32 -lnetapi32 <%foreach(libs)%>-l<%lib%><%lib_modifier%>.lib <%endfor%><%foreach(lit_libs)%>-l<%lit_lib%>.lib <%endfor%><%foreach(pure_libs)%>-l<%pure_lib%> <%endfor%><%foreach(libpaths)%>-L'<%libpath%>' <%endfor%>"/>
</Target>
<Target
Name="Build"
@@ -130,7 +130,7 @@
RunFromDir="%rw">
<Exec
CmdLine='g++ %xup -o "%o" %f %libs %~other'
- OtherOptions="-Wl,--enable-auto-import -Wl,-E -lws2_32 -lmswsock -lwsock32 -lnetapi32 <%foreach(pure_libs)%>-l<%pure_lib%> <%endfor%><%foreach(lit_libs)%>-l<%lit_lib%>.lib <%endfor%><%foreach(libs)%>-l<%lib%><%lib_modifier%>.lib <%endfor%><%foreach(libpaths)%>-L'<%libpath%>' <%endfor%>"/>
+ OtherOptions="-Wl,--enable-auto-import -Wl,-E -lws2_32 -lmswsock -lwsock32 -lnetapi32 <%foreach(libs)%>-l<%lib%><%lib_modifier%>.lib <%endfor%><%foreach(lit_libs)%>-l<%lit_lib%>.lib <%endfor%><%foreach(pure_libs)%>-l<%pure_lib%> <%endfor%><%foreach(libpaths)%>-L'<%libpath%>' <%endfor%>"/>
</Target>
<Target
Name="Build"