summaryrefslogtreecommitdiff
path: root/scripts/makefile.msc
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2000-11-23 11:51:42 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:05:39 -0500
commitd56aca7104bbc23cc37344169fa2b235e0a1392f (patch)
treeebeb4c0f868f828b09d1e5c742423e56d07143df /scripts/makefile.msc
parentf5ed0e130c408c278907f1204176df02c55ff931 (diff)
downloadlibpng-d56aca7104bbc23cc37344169fa2b235e0a1392f.tar.gz
Imported from libpng-1.0.9beta3.tarv1.0.9beta3
Diffstat (limited to 'scripts/makefile.msc')
-rw-r--r--scripts/makefile.msc4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.msc b/scripts/makefile.msc
index 651281c32..1cbfd9149 100644
--- a/scripts/makefile.msc
+++ b/scripts/makefile.msc
@@ -9,7 +9,7 @@ CFLAGS=-Oait -Gs -nologo -W3 -A$(MODEL) -I..\zlib
#-Ox generates bad code with MSC 5.1
CC=cl
LD=link
-LDFLAGS=/e/st:0x1500/noe
+LDFLAGS=/e/st:0x1500/noe
O=.obj
#uncomment next to put error messages in a file
@@ -76,7 +76,7 @@ libpng.lib: $(OBJS1) $(OBJS2) $(OBJS3)
lib libpng $(OBJS2);
lib libpng $(OBJS3);
-pngtest.exe: pngtest.obj libpng.lib
+pngtest.exe: pngtest.obj libpng.lib
$(LD) $(LDFLAGS) pngtest.obj,,,libpng.lib ..\zlib\zlib.lib ;
test: pngtest.exe