mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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
|