summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuangming <huangminghuang@users.noreply.github.com>2004-01-22 20:57:54 +0000
committerhuangming <huangminghuang@users.noreply.github.com>2004-01-22 20:57:54 +0000
commit64386e9251c82dfe45d3cb672640642667fd0df6 (patch)
tree0bf54390176cff030aec7a4a046879519a3136ac
parent4319856b7aedf080ca2ee034dab4b254ceb28fa6 (diff)
downloadMPC-unlabeled-1.2.76.tar.gz
Merged From Trunk 01-22-04unlabeled-1.2.76
-rw-r--r--templates/ghs.mpd4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/ghs.mpd b/templates/ghs.mpd
index fbfb6a0a..6d6314a7 100644
--- a/templates/ghs.mpd
+++ b/templates/ghs.mpd
@@ -3,10 +3,10 @@ default:
<%if(exename)%>
program
<%endif%>
-<%if(sharedname)%>
+<%if(sharedname || staticname)%>
library
:cx_pch_option=automatic
- :outputname=<%libout%>\<%sharedname%>.lib
+ :outputname=<%libout%>\<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>.lib
:object_dir=obj
:cx_pch_dir=pch
<%endif%>