wok annotate firefox-dev/stuff/firefox-xpcom.pc @ rev 21278
Update some WEB_SITE
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 13 10:08:46 2019 +0200 (2019-04-13) |
parents | 32132190f724 |
children |
rev | line source |
---|---|
jozee@3126 | 1 prefix=/usr |
jozee@3126 | 2 exec_prefix=/usr |
slaxemulator@11324 | 3 libdir=/usr/lib/firefox-devel/sdk/lib |
domcox@14212 | 4 includedir=/usr/include/firefox-VERSION |
domcox@14212 | 5 idldir=/usr/share/firefox-VERSION/idl |
jozee@3126 | 6 |
jozee@3126 | 7 Name: XPCOM |
jozee@3126 | 8 Description: The Mozilla Cross Platform Component Library |
domcox@14212 | 9 Version: VERSION |
jozee@3126 | 10 Libs: -L${libdir} -lxpcom |
domcox@14212 | 11 Cflags: -I/usr/include/firefox-VERSION -I${includedir} |