mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01: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
|