Imported from libpng-1.0.6.tar
diff --git a/scripts/makefile.msc b/scripts/makefile.msc
index 96b2cfc..3512e7f 100644
--- a/scripts/makefile.msc
+++ b/scripts/makefile.msc
@@ -4,8 +4,8 @@
# Assumes that zlib.lib, zconf.h, and zlib.h have been copied to ..\zlib
# -------- Microsoft C 5.1 and later, does not use assembler code -----
-MODEL=-AL
-CFLAGS=-Oait -Gs -nologo -W3 $(MODEL) -I..\zlib
+MODEL=L
+CFLAGS=-Oait -Gs -nologo -W3 -A$(MODEL) -I..\zlib
#-Ox generates bad code with MSC 5.1
CC=cl
LD=link