Autodetect nasm

svn path=/trunk/; revision=15656
This commit is contained in:
Casper Hornstrup 2005-05-29 11:51:37 +00:00
parent 66500a1428
commit 750ce3d65a
3 changed files with 46 additions and 4 deletions

View file

@ -899,7 +899,7 @@ MingwModuleHandler::GenerateNasmCommand (
fprintf ( fMakefile, "\t$(ECHO_NASM)\n" );
fprintf ( fMakefile,
"\t%s -f win32 $< -o $@ %s\n",
"$(Q)nasm",
"$(Q)${nasm}",
nasmflagsMacro.c_str () );
}