summaryrefslogtreecommitdiff
path: root/templates/ghs.mpd
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-11-10 15:02:35 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-11-10 15:02:35 +0000
commit041bcf2bba65045cc422a352724e2a898e7b0a50 (patch)
treeea8948b8b5b292e0afebc5fed991537b75db1e18 /templates/ghs.mpd
parente72a713d40e9ecc0ba63600bcbbdac2d5bfd11cf (diff)
downloadMPC-041bcf2bba65045cc422a352724e2a898e7b0a50.tar.gz
ChangeLogTag: Thu Nov 10 09:01:25 2005 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 c4192102..470fea4b 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%><%sharedname%><%libdecorator%><%libext%>
+ :outputname=<%if(dllout)%><%reltop_dllout%><%else%><%reltop_libout%><%endif%>/<%lib_prefix%><%libname_prefix%><%sharedname%><%libdecorator%><%libext%>
<%else%>
<%if(staticname)%>
library
- :outputname=<%reltop_libout%>/<%lib_prefix%><%staticname%><%libdecorator%><%libext%>
+ :outputname=<%reltop_libout%>/<%lib_prefix%><%libname_prefix%><%staticname%><%libdecorator%><%libext%>
<%else%>
subproject
<%endif%>
@@ -79,7 +79,7 @@ default:
<%if(libs || lit_libs || pure_libs)%>
<%if(exename || sharedname)%>
<%foreach(libs)%>
- :libraries=-l<%lib%><%libdecorator%>
+ :libraries=-l<%libname_prefix%><%lib%><%libdecorator%>
<%endfor%>
<%foreach(lit_libs)%>
:libraries=-l<%lit_lib%>