From 1f0d87df05eb381c8bdfb8571144e7c2d2876b11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Fri, 27 Aug 2004 20:38:24 +0000 Subject: [PATCH] Change nasm to nasmw (to match what's used in the reactos module) svn path=/trunk/; revision=10712 --- freeldr/freeldr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeldr/freeldr/Makefile b/freeldr/freeldr/Makefile index 7fb88ab8c70..d6fec16b6ed 100644 --- a/freeldr/freeldr/Makefile +++ b/freeldr/freeldr/Makefile @@ -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