Change nasm to nasmw (to match what's used in the reactos module)

svn path=/trunk/; revision=10712
This commit is contained in:
Gé van Geldorp
2004-08-27 20:38:24 +00:00
parent ad74693225
commit 1f0d87df05
+1 -1
View 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