mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2024-12-19 05:12:45 +03:00
370da47fa0
git-svn-id: svn://kolibrios.org@3584 a494cfbc-eb01-0410-851d-a64ba20cac60
11 lines
224 B
PkgConfig
11 lines
224 B
PkgConfig
prefix=PREFIX
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libnsbmp
|
|
Description: Provides bmp loading and conversion
|
|
Version: VERSION
|
|
Libs: -L${libdir} -lnsbmp
|
|
Cflags: -I${includedir}/
|