summaryrefslogtreecommitdiff
path: root/templates/sle.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-08-31 23:19:39 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-08-31 23:19:39 +0000
commitb99a37beede27906bcca03996ede80e4af275979 (patch)
tree995303208d1e533be9eb7c626ed59190543c3855 /templates/sle.mpd
parent7cb5eca13566242f673867df9fc7e74070cf4677 (diff)
downloadMPC-b99a37beede27906bcca03996ede80e4af275979.tar.gz
ChangeLogTag: Thu Aug 31 23:18:57 UTC 2006 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 0aaa335a..4bd23e55 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(libs)%>-l<%libname_prefix%><%lib%><%lib_modifier%><%lib_ext%> <%endfor%><%foreach(lit_libs)%>-l<%lit_lib%>.lib <%endfor%><%foreach(pure_libs)%>-l<%pure_lib%> <%endfor%><%foreach(libpaths)%>-L'<%libpath%>' <%endfor%>"/>
+ OtherOptions="-Wl,--enable-auto-import -Wl,-E -lws2_32 -lmswsock -lwsock32 -lnetapi32 <%foreach(libs)%>-l<%libname_prefix%><%lib%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%lib_ext%> <%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(libs)%>-l<%libname_prefix%><%lib%><%lib_modifier%><%lib_ext%> <%endfor%><%foreach(lit_libs)%>-l<%lit_lib%>.lib <%endfor%><%foreach(pure_libs)%>-l<%pure_lib%> <%endfor%><%foreach(libpaths)%>-L'<%libpath%>' <%endfor%>"/>
+ OtherOptions="-Wl,--enable-auto-import -Wl,-E -lws2_32 -lmswsock -lwsock32 -lnetapi32 <%foreach(libs)%>-l<%libname_prefix%><%lib%><%if(use_lib_modifier)%><%lib_modifier%><%endif%><%lib_ext%> <%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"