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%>
119119LIB = $(LTARGETDIR)$(LIBPREFIX)<%staticname%>$(LIBSUFFIX)$(AREXT)
120120<%endif%>
121121<%endif%>
122- <%if(dll_ext && sharedname )%>
122+ <%if(dll_ext)%>
123123SOEXT = <%dll_ext%>
124+ <%if(sharedname)%>
124125SHTARGETDIR = <%if(dllout)%><%dllout%><%if(!compares(dllout, .))%><%output_dir_ext%><%endif%><%else%><%libout%><%if(!compares(libout, .))%><%output_dir_ext%><%endif%><%endif%><%slash%><%targetoutdir%>
125126<%if(version && versupport)%>
126127SHLIB_BASE = $(LIBPREFIX)<%sharedname%>$(LIBSUFFIX)$(SOEXT)
@@ -130,6 +131,7 @@ SHLIB = $(SHTARGETDIR)$(LIBPREFIX)<%sharedname%>$(LIBSUFFIX)$(SOEXT)
130131SHFLAGS = <%shflags%>
131132<%endif%>
132133<%endif%>
134+ <%endif%>
133135SRC =<%if(pch_source && pchsupport)%> <%pch_source%><%endif%> <%source_files%>
134136LINK.cc = <%if(dld)%><%dld%> $(LDFLAGS)<%else%>$(LD) $(LDFLAGS)<%endif%>
135137<%if(!contains(language, java))%>
You can’t perform that action at this time.
0 commit comments