summaryrefslogtreecommitdiff
path: root/templates/ghs.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-02-10 12:37:56 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-02-10 12:37:56 +0000
commit633486e9b072aa673b5353e393f3d5a657006655 (patch)
tree2ff1ed8040e3a3daff2b608e706ab100459993cb /templates/ghs.mpd
parent4d9cd41e13d79da1a41318ee21aef767d7d94957 (diff)
downloadMPC-633486e9b072aa673b5353e393f3d5a657006655.tar.gz
ChangeLogTag: Fri Feb 10 06:36:59 2006 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'templates/ghs.mpd')
-rw-r--r--templates/ghs.mpd6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/ghs.mpd b/templates/ghs.mpd
index 95fa0976..1fe43987 100644
--- a/templates/ghs.mpd
+++ b/templates/ghs.mpd
@@ -9,11 +9,11 @@ default:
<%else%>
<%if(sharedname)%>
shared_library
- :outputname=<%if(dllout)%><%reltop_dllout%><%else%><%reltop_libout%><%endif%>/<%lib_prefix%><%libname_prefix%><%sharedname%><%libdecorator%><%libext(".so")%>
+ :outputname=<%if(dllout)%><%reltop_dllout%><%else%><%reltop_libout%><%endif%>/<%lib_prefix%><%libname_prefix%><%sharedname%><%lib_modifier%><%libext(".so")%>
<%else%>
<%if(staticname)%>
library
- :outputname=<%reltop_libout%>/<%lib_prefix%><%libname_prefix%><%staticname%><%libdecorator%><%libext(".a")%>
+ :outputname=<%reltop_libout%>/<%lib_prefix%><%libname_prefix%><%staticname%><%lib_modifier%><%libext(".a")%>
<%else%>
subproject
<%endif%>
@@ -79,7 +79,7 @@ default:
<%if(libs || lit_libs || pure_libs)%>
<%if(exename || sharedname)%>
<%foreach(libs)%>
- :libraries=-l<%libname_prefix%><%lib%><%libdecorator%>
+ :libraries=-l<%libname_prefix%><%lib%><%lib_modifier%>
<%endfor%>
<%foreach(lit_libs)%>
:libraries=-l<%lit_lib%>