summaryrefslogtreecommitdiff
path: root/scripts/makefile.msc
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-08 13:28:18 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-11-08 13:28:18 -0600
commit013d1d68c0e6c3ef7f2065524c689b63d6904389 (patch)
tree3736d26e32317803863fb91030c6d55b4348a78a /scripts/makefile.msc
parent69b0bc089a0cbdd59b8e8f510d298761b8526992 (diff)
downloadlibpng-013d1d68c0e6c3ef7f2065524c689b63d6904389.tar.gz
[devel] Removed dependency of pngtest.o on pngpriv.h in the makefiles.
Diffstat (limited to 'scripts/makefile.msc')
-rw-r--r--scripts/makefile.msc2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.msc b/scripts/makefile.msc
index 7fdc37fc5..212c38f71 100644
--- a/scripts/makefile.msc
+++ b/scripts/makefile.msc
@@ -78,7 +78,7 @@ libpng.lib: $(OBJS1) $(OBJS2) $(OBJS3)
lib libpng $(OBJS2);
lib libpng $(OBJS3);
-pngtest$(O): png.h pngconf.h pngpriv.h
+pngtest$(O): png.h pngconf.h
$(CC) -c $(CFLAGS) $*.c $(ERRFILE)
pngtest.exe: pngtest.obj libpng.lib