mason.child: Call factor.cmd to set up env vars instead of just calling nmake.

db4
Doug Coleman 2015-08-05 09:33:18 -07:00
parent 6490391bfc
commit 2e7b5f13c9
1 changed files with 2 additions and 1 deletions

View File

@ -7,8 +7,9 @@ mason.notify mason.platform mason.report namespaces quotations
sequences splitting system ;
IN: mason.child
! Make sure we call the build directory's factor.cmd
: nmake-cmd ( -- args )
{ "nmake" "/f" "nmakefile" }
"./build-support/factor.cmd" absolute-path
target-cpu get name>> "." split "-" join suffix ;
: gnu-make-cmd ( -- args )