From 62912faa316033cb375f6112d363b15723b35e15 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Tue, 8 Mar 2005 11:22:14 +0000 Subject: [PATCH] Switched asm compiler back to nasm, hey we cross compile too, and nasmw on Linux is totally absurd. --- zsnes/src/makefile.ms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/makefile.ms b/zsnes/src/makefile.ms index c0660da5..5951abad 100644 --- a/zsnes/src/makefile.ms +++ b/zsnes/src/makefile.ms @@ -51,7 +51,7 @@ JMADIR=jma DELETECOMMAND=rm -f TRUTH=;true SLASH=/ -ASM=nasmw +ASM=nasm ASMOPT=-O1 ASMFLAGSORIG= COPT=-O3