We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553bcab commit aa7edd1Copy full SHA for aa7edd1
install.txt
@@ -74,9 +74,7 @@ APPENDIX - Recompilation of bundled libraries on Windows
74
zlib 1.2.3
75
----------
76
77
-copy /y contrib\masmx86\*.* .
78
-call mkasm
79
-nmake -f win32\makefile.msc CFLAGS="-MT -O2 -nologo -DASMV -DASMINF" AR="link -lib" OBJA="gvmat32c.obj gvmat32.obj inffas32.obj" clean zlib.lib
+nmake -f win32\makefile.msc CFLAGS="-MT -O2 -nologo" AR="link -lib" clean zlib.lib
80
81
libpng 1.2.18
82
-------------
0 commit comments