Update Mkfiles/*.mak
authorH. Peter Anvin <hpa@zytor.com>
Sun, 15 Jun 2008 23:18:43 +0000 (16:18 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 15 Jun 2008 23:18:43 +0000 (16:18 -0700)
Sync the file list in Mkfiles/*.mak

Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak

index 04188bf..937e106 100644 (file)
@@ -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)
index c1a970f..59891de 100644 (file)
@@ -37,8 +37,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)
index aeb42c5..c72c792 100644 (file)
@@ -53,8 +53,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)
index ce4dc6d..fef0103 100644 (file)
@@ -64,8 +64,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)