libpng-config-head.in
上传用户:sesekoo
上传日期:2020-07-18
资源大小:21543k
文件大小:0k
源码类别:

界面编程

开发平台:

Visual C++

  1. #! /bin/sh
  2. # libpng-config
  3. # provides configuration info for libpng.
  4. # Copyright (C) 2002 Glenn Randers-Pehrson
  5. # For conditions of distribution and use, see copyright notice in png.h
  6. # Modeled after libxml-config.
  7. version=1.2.34
  8. prefix=""
  9. libdir=""
  10. libs=""
  11. I_opts=""
  12. L_opts=""
  13. R_opts=""
  14. cppflags=""
  15. ccopts=""
  16. ldopts=""