Imported from libpng-1.2.3rc5.tar

This commit is contained in:
Glenn Randers-Pehrson
2002-05-10 20:19:58 -05:00
parent 704228f7e7
commit 837a3d1745
63 changed files with 861 additions and 489 deletions

View File

@@ -0,0 +1,17 @@
#! /bin/sh
# libpng-config
# provides configuration info for libpng.
# Copyright (C) 2002 Glenn Randers-Pehrson
# For conditions of distribution and use, see copyright notice in png.h
# Modeled after libxml-config.
version=1.2.3rc5
prefix=""
cppflags=""
cflags=""
ldflags=""
libs=""