libpng-config-head.in

来自「Wxpython Implemented on Windows CE, Sou」· IN 代码 · 共 22 行

IN
22
字号
#! /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.7
prefix=""
libdir=""
libs=""
I_opts=""
L_opts=""
R_opts=""
cppflags=""
ccopts=""
ldopts=""

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?