mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
18 lines
288 B
Bash
18 lines
288 B
Bash
#! /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=""
|
|
|