commit 5121d40

hovercats  ·  2024-02-05 13:54:55 +0000 UTC
parent e0f25dd
nasm: fix generation script
1 files changed,  +2, -3
+2, -3
 1@@ -22,7 +22,7 @@ lib('libnasm.a', [[
 2 	nasmlib/(
 3 		ver.c
 4 		alloc.c asprintf.c errfile.c
 5-		crc64.c md5c.c
 6+		crc32.c crc64.c md5c.c
 7 		string.c nctype.c
 8 		file.c mmap.c ilog2.c
 9 		realpath.c path.c
10@@ -50,7 +50,6 @@ lib('libnasm.a', [[
11 		stdscan.c
12 		strfunc.c tokhash.c
13 		segalloc.c
14-		preproc-nop.c
15 		rdstrnum.c
16 		srcfile.c
17 	)
18@@ -60,7 +59,7 @@ lib('libnasm.a', [[
19 		nulldbg.c nullout.c
20 		outbin.c outaout.c outcoff.c
21 		outelf.c
22-		outobj.c outas86.c outrdf2.c
23+		outobj.c outas86.c
24 		outdbg.c outieee.c outmacho.c
25 		codeview.c
26 	)