wok annotate firefox-dev/stuff/firefox-js.pc @ rev 23987
syslinux: fix iso2exe/init (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 02 13:39:32 2020 +0000 (2020-12-02) |
parents | 32132190f724 |
children |
rev | line source |
---|---|
jozee@3126 | 1 prefix=/usr |
slaxemulator@11324 | 2 libdir=/usr/lib/firefox-devel/sdk/lib |
slaxemulator@11324 | 3 sdkdir=/usr/lib/firefox-devel/sdk |
domcox@14212 | 4 includedir=/usr/include/firefox-VERSION |
jozee@3126 | 5 |
jozee@3126 | 6 Name: JavaScript |
jozee@3126 | 7 Description: The Mozilla JavaScript Library |
domcox@14212 | 8 Version: VERSION |
jozee@3126 | 9 Libs: -L${sdkdir}/sdk/lib -lmozjs |
domcox@12000 | 10 Cflags: -I${includedir} -DXP_UNIX -DJS_THREADSAFE |