mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-22 23:49:50 +00:00
18 lines
156 B
Bash
Executable File
18 lines
156 B
Bash
Executable File
#!/bin/sh
|
|
|
|
PACKAGE_NAME=retroarch
|
|
|
|
. qb/qb.init.sh
|
|
|
|
. qb/qb.params.sh
|
|
|
|
. qb/qb.system.sh
|
|
|
|
. qb/qb.comp.sh
|
|
|
|
. qb/qb.libs.sh
|
|
|
|
. qb/qb.moc.sh
|
|
|
|
. qb/qb.make.sh
|