From a80d6c945907cbe72e333536c783e110efe2f84a Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Mon, 6 Feb 2012 21:39:32 +0100 Subject: [PATCH] List both assemblers in MSVC's gmp. --- msvc/gmp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/msvc/gmp/Makefile b/msvc/gmp/Makefile index a52c81697..70dc7afff 100755 --- a/msvc/gmp/Makefile +++ b/msvc/gmp/Makefile @@ -570,7 +570,8 @@ CFLAGS = $(CFLAGS_CONFIG) /nologo /W3 /EHsc /I "." /I $(srcdir) /I "$(srcdir)\mp cl -c $(CFLAGS) /Fo$@ $? .asm.obj: - E:\src\yasm-1.2.0-win32.exe -O9 -Xvc -f win32 -i $(@D)\ -o $@ $? + nasm -O9 -Xvc -f win32 -i $(@D)\ -o $@ $? +# yasm-1.2.0-win32.exe -O9 -Xvc -f win32 -i $(@D)\ -o $@ $? gen-bases.exe: build.vc8\gen-bases\gen-bases.c cl $(CFLAGS) /Fe$@ $?