UrForth: some fixes ;-)
[urasm.git] / Jamrules
blob7322948e53f17b2b01e3af32726b97995ca53bd2
1 if ! $(THIS_IS_K8JAM) { Exit "You need k8jam to build this. Download it here: http://repo.or.cz/w/k8jam.git" ; }
3 WINSUBSYS = console ;
5 check-setup-windoze ;
6 set-profile ;
7 set-target-locations ;
9 unfuck-gcc ;
11 if $(NO_DISASM) {
12   Echo "MSG: building without disasm" ;
16 softinclude $(TOP)/Jamrules.local ;
17 softinclude $(TOP)/Jamrules.libs ;
18 softinclude $(TOP)/Jamrules.install ;