'MOZILLA_1_8_0_BRANCH'. git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
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
|