diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-06-15 16:18:43 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-06-15 16:18:43 -0700 |
commit | eb96812e9fc9af8a14408e3e510b0321b58ce5db (patch) | |
tree | 16e79602048884a4a8c6b10741a181e69028a35d /Mkfiles/msvc.mak | |
parent | 6680dd9a46d4d27e5a389f74722913a18edc7b3e (diff) | |
download | nasm-eb96812e9fc9af8a14408e3e510b0321b58ce5db.tar.gz nasm-eb96812e9fc9af8a14408e3e510b0321b58ce5db.tar.bz2 nasm-eb96812e9fc9af8a14408e3e510b0321b58ce5db.zip |
Update Mkfiles/*.mak
Sync the file list in Mkfiles/*.mak
Diffstat (limited to 'Mkfiles/msvc.mak')
-rw-r--r-- | Mkfiles/msvc.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mkfiles/msvc.mak b/Mkfiles/msvc.mak index 04188bf..937e106 100644 --- a/Mkfiles/msvc.mak +++ b/Mkfiles/msvc.mak @@ -41,8 +41,8 @@ NASM = nasm.$(O) nasmlib.$(O) raa.$(O) saa.$(O) \ output/outobj.$(O) output/outas86.$(O) output/outrdf2.$(O) \ output/outdbg.$(O) output/outieee.$(O) output/outmacho.$(O) \ preproc.$(O) quote.$(O) pptok.$(O) macros.$(O) \ - listing.$(O) eval.$(O) exprlib.$(O) stdscan.$(O) tokhash.$(O) \ - regvals.$(O) regflags.$(O) + listing.$(O) eval.$(O) exprlib.$(O) stdscan.$(O) strfunc.$(O) \ + tokhash.$(O) regvals.$(O) regflags.$(O) NDISASM = ndisasm.$(O) disasm.$(O) sync.$(O) nasmlib.$(O) \ insnsd.$(O) insnsb.$(O) insnsn.$(O) regs.$(O) regdis.$(O) |