зеркало из https://github.com/mozilla/gecko-dev.git
19 строки
390 B
Plaintext
19 строки
390 B
Plaintext
[gecko]
|
|
#if SHARED_LIBRARY
|
|
dist/bin/components/@SHARED_LIBRARY@
|
|
#else
|
|
!staticcomp @LIBRARY@ @MODULE_NAME@
|
|
#endif
|
|
|
|
#if OS_ARCH==WINNT
|
|
# WTF?
|
|
!xpt dist/bin/components/docshell_base.xpt
|
|
#else
|
|
!xpt dist/bin/components/docshell.xpt
|
|
#endif
|
|
|
|
!xpt dist/bin/components/uriloader.xpt
|
|
!xpt dist/bin/components/exthandler.xpt
|
|
!xpt dist/bin/components/shistory.xpt
|
|
!xpt dist/bin/components/prefetch.xpt
|