libpng-config-head.in 393 字节
Newer Older
1 2 3 4 5 6
#! /bin/sh

# libpng-config
# provides configuration info for libpng.

# Copyright (C) 2002 Glenn Randers-Pehrson
7

8
# This code is released under the libpng license.
9
# For conditions of distribution and use, see the disclaimer
10
# and license in png.h
11 12 13

# Modeled after libxml-config.

14
version=1.5.2beta02
15
prefix=""
16
libdir=""
17
libs=""
18 19 20 21 22 23
I_opts=""
L_opts=""
R_opts=""
cppflags=""
ccopts=""
ldopts=""
24