diff options
Diffstat (limited to 'contrib/masmx86/readme.txt')
-rw-r--r-- | contrib/masmx86/readme.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/masmx86/readme.txt b/contrib/masmx86/readme.txt index 7b57167..413580e 100644 --- a/contrib/masmx86/readme.txt +++ b/contrib/masmx86/readme.txt | |||
@@ -14,8 +14,8 @@ appropriate makefile, as suggested below. | |||
14 | Build instructions | 14 | Build instructions |
15 | ------------------ | 15 | ------------------ |
16 | * With Microsoft C and MASM: | 16 | * With Microsoft C and MASM: |
17 | nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="gvmat32c.obj gvmat32.obj inffas32.obj" | 17 | nmake -f win32/Makefile.msc LOC="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj" |
18 | 18 | ||
19 | * With Borland C and TASM: | 19 | * With Borland C and TASM: |
20 | make -f win32/Makefile.bor LOCAL_ZLIB="-DASMV -DASMINF" OBJA="gvmat32c.obj gvmat32.obj inffas32.obj" OBJPA="+gvmat32c.obj+gvmat32.obj+inffas32.obj" | 20 | make -f win32/Makefile.bor LOCAL_ZLIB="-DASMV -DASMINF" OBJA="match686.obj inffas32.obj" OBJPA="+match686c.obj+match686.obj+inffas32.obj" |
21 | 21 | ||