Commit in freeldr/freeldr on MAIN | |||
Makefile | +1 | -1 | 1.48 -> 1.49 |
Change nasm to nasmw (to match what's used in the reactos module)
diff -u -r1.48 -r1.49 --- Makefile 2 Jun 2004 20:37:46 -0000 1.48 +++ Makefile 27 Aug 2004 20:38:24 -0000 1.49 @@ -40,7 +40,7 @@
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