mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
19 lines
390 B
Plaintext
19 lines
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
|