From 4f14e669a291946800bf6f95c3e029ea6aa83d05 Mon Sep 17 00:00:00 2001 From: ketmar Date: Mon, 29 Jun 2020 08:13:48 +0000 Subject: [PATCH] jamfile fixes FossilOrigin-Name: 9137f46fb7853bd77603beb171728d560f097429d2a8140639e0b922b4df3e07 --- Jamrules | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/Jamrules b/Jamrules index 2de8c2a..7322948 100644 --- a/Jamrules +++ b/Jamrules @@ -1,10 +1,18 @@ +if ! $(THIS_IS_K8JAM) { Exit "You need k8jam to build this. Download it here: http://repo.or.cz/w/k8jam.git" ; } + +WINSUBSYS = console ; + +check-setup-windoze ; set-profile ; -set-default-target-locations ; +set-target-locations ; +unfuck-gcc ; -if $(DISASM) { - Echo "MSG: building disasm" ; +if $(NO_DISASM) { + Echo "MSG: building without disasm" ; } -softinclude $(TOP)/Jamrules.push ; +softinclude $(TOP)/Jamrules.local ; +softinclude $(TOP)/Jamrules.libs ; +softinclude $(TOP)/Jamrules.install ; -- 2.11.4.GIT