mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
22 lines
470 B
Plaintext
22 lines
470 B
Plaintext
|
[gecko]
|
||
|
dist/bin/mozipcd@BINS@
|
||
|
#if OS_ARCH==OS2
|
||
|
dist/bin/ipc/modules/@DLLP@lockmod@DLLS@
|
||
|
#else
|
||
|
dist/bin/ipc/modules/@DLLP@lockmodule@DLLS@
|
||
|
#endif
|
||
|
dist/bin/ipc/modules/@DLLP@transmgr@DLLS@
|
||
|
dist/bin/components/@DLLP@ipcdc@DLLS@
|
||
|
!xpt dist/bin/components/ipcd.xpt
|
||
|
|
||
|
#if ENABLE_TESTS
|
||
|
[gecko-tests]
|
||
|
dist/bin/TestIPC@BINS@
|
||
|
dist/bin/tmModuleTest@BINS@
|
||
|
#if USE_SHORT_LIBNAME
|
||
|
dist/bin/ipc/modules/@DLLP@testmod@DLLS@
|
||
|
#else
|
||
|
dist/bin/ipc/modules/@DLLP@testmodule@DLLS@
|
||
|
#endif
|
||
|
#endif
|