summaryrefslogtreecommitdiff
path: root/templates/wix.mpd
diff options
context:
space:
mode:
authorJames H. Hill <hilljh82@gmail.com>2011-12-17 21:41:33 +0000
committerJames H. Hill <hilljh82@gmail.com>2011-12-17 21:41:33 +0000
commit36a9ef72bffbf4feac1201047eba54a24cf33b7c (patch)
tree89644ee4fb14623aaba2523faca4a8b34984d308 /templates/wix.mpd
parentda376847cb6272ef346e47d9b3b7917110ad91f2 (diff)
downloadMPC-36a9ef72bffbf4feac1201047eba54a24cf33b7c.tar.gz
Sat Dec 17 21:40:53 UTC 2011 James H. Hill <hillj at cs dot iupui dot edu>
Diffstat (limited to 'templates/wix.mpd')
-rw-r--r--templates/wix.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/wix.mpd b/templates/wix.mpd
index 3a740e5b..9ce76b2c 100644
--- a/templates/wix.mpd
+++ b/templates/wix.mpd
@@ -152,7 +152,7 @@
<Component Id="<%project_name%><%foreach(name, install_location)%>.<%name%><%endfor%>.<%if(type_is_dynamic)%><%normalize(sharedname)%>.dll<%else%><%normalize(exename)%>.exe<%endif%>" Guid="*">
<File Id="<%project_name%>_<%if(type_is_dynamic)%><%normalize(sharedname)%>_dll<%else%><%normalize(exename)%>_exe<%endif%>"
Name="<%if(type_is_dynamic)%><%sharedname%>.dll<%else%><%exename%>.exe<%endif%>"
- Source="<%source_directory%>/<%if(type_is_dynamic)%><%sharedname%>.dll<%else%><%exename%>.exe<%endif%>"
+ Source="<%source_directory%>/<%if(type_is_dynamic)%><%sharedname%><%if(use_lib_modifier)%><%lib_modifier%><%endif%>.dll<%else%><%exename%>.exe<%endif%>"
DiskId="<%diskid(1)%>" />
</Component>
<%foreach(name, install_location)%>