We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fb97de + e5cc4f0 commit ff131eeCopy full SHA for ff131ee
templates/ghs.mpd
@@ -2,7 +2,7 @@
2
#primaryTarget=<%primaryTarget("ppc_integrity.tgt")%>
3
<%if(exename)%>
4
[Program]
5
- -o <%if(exeout)%><%exeout%><%endif%>/<%exename%><%if(use_exe_modifier)%><%lib_modifier%><%endif%><%exe_ext%>
+ -o <%if(exeout)%><%exeout%>/<%endif%><%exename%><%if(use_exe_modifier)%><%lib_modifier%><%endif%><%exe_ext%>
6
<%if(need_staticflags)%>
7
-non_shared
8
<%endif%>
@@ -135,6 +135,8 @@
135
<%if(!custom_only && source_files)%>
136
<%foreach(custom_type->input_file->source_output_files)%>
137
<%if(forfirst)%>
138
+<%if(remove_from(source_files, \.cpp, custom_type->input_file->source_output_file, \.cpp))%>
139
+<%endif%>
140
<%custom_type->input_file->source_output_file%>
141
142
<%endfor%>
0 commit comments