mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
6df221580d
--HG-- rename : xpcom/ds/nsTimeStamp.cpp => xpcom/ds/TimeStamp.cpp rename : xpcom/ds/nsTimeStamp.h => xpcom/ds/TimeStamp.h
12 lines
296 B
PkgConfig
12 lines
296 B
PkgConfig
prefix=%prefix%
|
|
sdkdir=%sdkdir%
|
|
includedir=%includedir%
|
|
idldir=%idldir%
|
|
|
|
Name: libxul
|
|
Description: The Mozilla Runtime and Embedding Engine
|
|
Version: %MOZILLA_VERSION%
|
|
Requires: %NSPR_NAME% >= %NSPR_VERSION%
|
|
Libs: -L${sdkdir}/lib -lxpcomglue_s -lxul -lxpcom
|
|
Cflags: -I${includedir} %WCHAR_CFLAGS%
|