#!build default: <%if(exename)%> program <%endif%> <%if(sharedname || staticname)%> library :cx_pch_option=automatic :outputname=<%libout%>\<%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%>.lib :object_dir=obj :cx_pch_dir=pch <%endif%> <%foreach(source_files)%> ..\<%source_file%> C++ <%endfor%>