summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asmrun/Makefile.nt6
1 files changed, 3 insertions, 3 deletions
diff --git a/asmrun/Makefile.nt b/asmrun/Makefile.nt
index 2d0a0145e..120a92997 100644
--- a/asmrun/Makefile.nt
+++ b/asmrun/Makefile.nt
@@ -21,7 +21,7 @@ COBJS=startup.obj main.obj fail.obj roots.obj signals.obj \
misc.obj freelist.obj major_gc.obj minor_gc.obj memory.obj alloc.obj \
compare.obj ints.obj floats.obj str.obj array.obj io.obj extern.obj \
intern.obj hash.obj sys.obj parsing.obj gc_ctrl.obj terminfo.obj \
- md5.obj obj.obj lexing.obj wincmdline.obj printexc.obj callback.obj \
+ md5.obj obj.obj lexing.obj win32.obj printexc.obj callback.obj \
weak.obj compact.obj finalise.obj custom.obj
ASMOBJS=$(ARCH)nt.obj
@@ -103,8 +103,8 @@ LINKEDFILES=misc.c freelist.c major_gc.c minor_gc.c memory.c alloc.c array.c \
parsing.c gc_ctrl.c terminfo.c md5.c obj.c lexing.c printexc.c callback.c \
weak.c compact.c meta.c
-wincmdline.obj: ../byterun/wincmdline.c
- $(CC) /c $(NATIVECCCOMPOPTS) ..\byterun\wincmdline.c
+win32.obj: ../byterun/win32.c
+ $(CC) /c $(NATIVECCCOMPOPTS) ..\byterun\win32.c
clean::
rm -f $(LINKEDFILES)