Import XULRunner and make it produce the generic stub

This commit is contained in:
NTD 2018-04-20 20:11:26 -04:00 committed by Roy Tam
commit d3be0506a0
73 changed files with 2418 additions and 10 deletions

View file

@ -0,0 +1,10 @@
prefix=%prefix%
sdkdir=%sdkdir%
includedir=%includedir%
idldir=%idldir%
Name: libxul-embedding
Description: Static library for version-independent embedding of the Mozilla runtime
Version: %MOZILLA_VERSION%
Libs: -L${sdkdir}/lib -lxpcomglue -ldl
Cflags: -DXPCOM_GLUE -I${includedir} %WCHAR_CFLAGS%