mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
Imported from libpng-1.2.3rc5.tar
This commit is contained in:
17
scripts/libpng-config-head.in
Normal file
17
scripts/libpng-config-head.in
Normal 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=""
|
||||
|
||||
Reference in New Issue
Block a user