summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/templates/ghs.mpd
blob: fbfb6a0a8709a53a3c9e4fa5d0820b442dcc982f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!build
default:
<%if(exename)%>
	program
<%endif%>
<%if(sharedname)%>
	library
	:cx_pch_option=automatic
	:outputname=<%libout%>\<%sharedname%>.lib
	:object_dir=obj
	:cx_pch_dir=pch
<%endif%>
<%foreach(source_files)%>
..\<%source_file%>
	C++
<%endfor%>