summaryrefslogtreecommitdiff
path: root/templates/nmake.mpd
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2006-01-11 00:35:14 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2006-01-11 00:35:14 +0000
commit3952ac40a534094100da23965717bf0570de9539 (patch)
tree33746bfd989fa46171ce2c22f2828bd2c852d2ff /templates/nmake.mpd
parentcb1de0082f8bcdc664cd48e13e05fffeb3a7a816 (diff)
downloadMPC-3952ac40a534094100da23965717bf0570de9539.tar.gz
ChangeLogTag:Tue Jan 10 16:30:32 2006 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'templates/nmake.mpd')
-rw-r--r--templates/nmake.mpd1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/nmake.mpd b/templates/nmake.mpd
index 29a650de..88569abe 100644
--- a/templates/nmake.mpd
+++ b/templates/nmake.mpd
@@ -161,6 +161,7 @@ LINK32_OBJS= \
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
+ if exist "<%if(type_is_dynamic)%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%sharedname%><%lib_modifier%><%dll_ext%>.manifest<%endif%><%if(exename)%>$(INSTALLDIR)\<%exename%><%if(use_modifier)%><%lib_modifier%><%endif%><%exe_ext%>.manifest<%endif%><%if(type_is_static)%>$(OUTDIR)\<%staticname%><%lib_modifier%><%lib_ext%>.manifest<%endif%>" mt.exe -manifest "<%if(type_is_dynamic)%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%sharedname%><%lib_modifier%><%dll_ext%>.manifest<%endif%><%if(exename)%>$(INSTALLDIR)\<%exename%><%if(use_modifier)%><%lib_modifier%><%endif%><%exe_ext%>.manifest<%endif%><%if(type_is_static)%>$(OUTDIR)\<%staticname%><%lib_modifier%><%lib_ext%>.manifest<%endif%>" -outputresource:$@;<%if(type_is_dynamic)%>2<%endif%><%if(exename)%>1<%endif%><%if(type_is_static)%>2<%endif%>
<%endif%>
<%if(postbuild)%>