Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
387 B

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