mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
13 lines
383 B
Plaintext
13 lines
383 B
Plaintext
|
# right now this only packages the mozilla component
|
||
|
# we can think about standalone too
|
||
|
|
||
|
# xxxbsmedberg: should this move to the GRE?
|
||
|
# currently transformiix is not part of the default firebird
|
||
|
# build, but that can be controlled by --enable-extensions
|
||
|
[xpfe-browser browser]
|
||
|
#if SHARED_LIBRARY
|
||
|
dist/bin/components/@SHARED_LIBRARY@
|
||
|
#else
|
||
|
!staticcomp @LIBRARY@ @MODULE_NAME@
|
||
|
#endif
|