summaryrefslogtreecommitdiff
path: root/Mkfiles/msvc.mak
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-06-15 16:54:29 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-06-15 16:54:29 -0700
commit7806e96508788e6db786025b00ac78464b18f482 (patch)
tree1c9d290fe6c414b2c8fe4ba65c86bdadda743aa9 /Mkfiles/msvc.mak
parenteb96812e9fc9af8a14408e3e510b0321b58ce5db (diff)
downloadnasm-7806e96508788e6db786025b00ac78464b18f482.tar.gz
Script to automagically synchronize the object file lists
Add a script to automagically synchronize the list of object files between the various Makefiles.
Diffstat (limited to 'Mkfiles/msvc.mak')
-rw-r--r--Mkfiles/msvc.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc.mak
index 937e1060..7264ff44 100644
--- a/Mkfiles/msvc.mak
+++ b/Mkfiles/msvc.mak
@@ -32,6 +32,8 @@ X = .exe
.c.obj:
$(CC) /c $(ALL_CFLAGS) /Fo$@ $<
+#--- Begin File Lists ---#
+# Edit in Makefile.in, not here!
NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) \
float.$(O) insnsa.$(O) insnsb.$(O) \
assemble.$(O) labels.$(O) hashtbl.$(O) crc64.$(O) parser.$(O) \
@@ -46,6 +48,7 @@ NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) \
NDISASM = ndisasm.$(O) disasm.$(O) sync.$(O) nasmlib.$(O) \
insnsd.$(O) insnsb.$(O) insnsn.$(O) regs.$(O) regdis.$(O)
+#--- End File Lists ---#
all: nasm$(X) ndisasm$(X)
rem cd rdoff && $(MAKE) all