--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/src/3rdparty/Makefile Mon Jan 11 14:00:40 2010 +0000
@@ -0,0 +1,9 @@
+PNGMAK=scripts/makefile.linux
+
+all:
+ cd zlib; ./configure; make
+ cd libpng; make -f $(PNGMAK)
+
+clean:
+ -cd zlib; make clean
+ -cd libpng; make -f $(PNGMAK) clean