File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,9 @@ AREXT = <%lib_ext%>
119
119
LIB = $(LTARGETDIR)$(LIBPREFIX)<%staticname%>$(LIBSUFFIX)$(AREXT)
120
120
<%endif%>
121
121
<%endif%>
122
- <%if(dll_ext && sharedname )%>
122
+ <%if(dll_ext)%>
123
123
SOEXT = <%dll_ext%>
124
+ <%if(sharedname)%>
124
125
SHTARGETDIR = <%if(dllout)%><%dllout%><%if(!compares(dllout, .))%><%output_dir_ext%><%endif%><%else%><%libout%><%if(!compares(libout, .))%><%output_dir_ext%><%endif%><%endif%><%slash%><%targetoutdir%>
125
126
<%if(version && versupport)%>
126
127
SHLIB_BASE = $(LIBPREFIX)<%sharedname%>$(LIBSUFFIX)$(SOEXT)
@@ -130,6 +131,7 @@ SHLIB = $(SHTARGETDIR)$(LIBPREFIX)<%sharedname%>$(LIBSUFFIX)$(SOEXT)
130
131
SHFLAGS = <%shflags%>
131
132
<%endif%>
132
133
<%endif%>
134
+ <%endif%>
133
135
SRC =<%if(pch_source && pchsupport)%> <%pch_source%><%endif%> <%source_files%>
134
136
LINK.cc = <%if(dld)%><%dld%> $(LDFLAGS)<%else%>$(LD) $(LDFLAGS)<%endif%>
135
137
<%if(!contains(language, java))%>
You can’t perform that action at this time.
0 commit comments