2007-08-03 07:46:17 -07:00
|
|
|
prefix=%prefix%
|
|
|
|
sdkdir=%sdkdir%
|
|
|
|
includedir=%includedir%
|
|
|
|
idldir=%idldir%
|
|
|
|
includetype=stable
|
|
|
|
|
|
|
|
# Note: the default pkg-config cflags will only list include directories
|
|
|
|
# that contain stable (frozen or safe for linking) header files. To include
|
|
|
|
# nonfrozen headers, run pkg-config with --define-variable=includetype=unstable
|
|
|
|
|
|
|
|
Name: libxul-embedding
|
|
|
|
Description: Static library for version-independent embedding of the Mozilla runtime
|
|
|
|
Version: %MOZILLA_VERSION%
|
|
|
|
Libs: -L${sdkdir}/lib -lxpcomglue
|
2008-10-20 20:25:16 -07:00
|
|
|
Cflags: -DXPCOM_GLUE -I${includedir}/${includetype} %WCHAR_CFLAGS%
|