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.4rc1.tar
This commit is contained in:
@@ -11,6 +11,7 @@ Known values for OPTION are:
|
||||
--cflags print compiler flags
|
||||
--cppflags print pre-processor flags
|
||||
--ldflags print loader flags
|
||||
--rpath print path to shared library
|
||||
--help display this help and exit
|
||||
--version output version information
|
||||
EOF
|
||||
@@ -50,6 +51,10 @@ while test $# -gt 0; do
|
||||
echo ${libs}
|
||||
;;
|
||||
|
||||
--rpath)
|
||||
echo ${rpath}
|
||||
;;
|
||||
|
||||
--ldflags)
|
||||
echo ${ldflags}
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user