summaryrefslogtreecommitdiff
path: root/scripts/makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.bor')
-rw-r--r--scripts/makefile.bor4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.bor b/scripts/makefile.bor
index 0b7c0e611..13432c155 100644
--- a/scripts/makefile.bor
+++ b/scripts/makefile.bor
@@ -100,7 +100,7 @@ LIBOBJS = \
+pngtrans.$(O) \
+pngwrite.$(O) \
+pngwtran.$(O) \
- +pngwio.$(O)
+ +pngwio.$(O) \
+pngwutil.$(O)
LIBNAME=libpng$(MODEL).lib
@@ -121,7 +121,7 @@ libpng: $(LIBNAME)
pngtest: pngtest$(MODEL).exe
-test:
+test: pngtest$(MODEL).exe
pngtest$(MODEL)