Change nasm to nasmw (to match what's used in the reactos module)
authorGé van Geldorp <ge@gse.nl>
Fri, 27 Aug 2004 20:38:24 +0000 (20:38 +0000)
committerGé van Geldorp <ge@gse.nl>
Fri, 27 Aug 2004 20:38:24 +0000 (20:38 +0000)
svn path=/trunk/; revision=10712

freeldr/freeldr/Makefile

index 7fb88ab..d6fec16 100644 (file)
@@ -40,7 +40,7 @@ RM            = $(subst /,$(SEP),$(TOOLSDIR))$(SEP)rdel
 CP             = $(subst /,$(SEP),$(TOOLSDIR))$(SEP)rcopy
 MKDIR          = $(subst /,$(SEP),$(TOOLSDIR))$(SEP)rmkdir
 RMDIR          = $(subst /,$(SEP),$(TOOLSDIR))$(SEP)rrmdir
-NASM_CMD       = nasm
+NASM_CMD       = nasmw
 OBJCOPY                = objcopy
 DEPTOOL                = $(subst /,$(SEP),$(TOOLSDIR))$(SEP)deptool
 HOSTTOOL       = $(subst /,$(SEP),$(TOOLSDIR))$(SEP)hosttype