libpng-config-head.in 330 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
#! /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.

11
version=1.4.0beta65
12
prefix=""
13
libdir=""
14
libs=""
15 16 17 18 19 20
I_opts=""
L_opts=""
R_opts=""
cppflags=""
ccopts=""
ldopts=""
21