initial commit
This commit is contained in:
commit
dbc0df9378
136 changed files with 3036 additions and 0 deletions
10
libretro-teampandory-dosbox-vcore.sh
Executable file
10
libretro-teampandory-dosbox-vcore.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
#tar xvf "$SRC/libretro-bash-launcher-pg3dhax.tar.xz"
|
||||
git clone https://code.teampandory.com/pandory500/libretro-teampandory-dosbox-vcore/
|
||||
cd libretro-teampandory-dosbox-vcore/
|
||||
|
||||
export CC="$xCC"
|
||||
export CXX="$xCXX"
|
||||
export CFLAGS="-O3"
|
||||
export CXXFLAGS="-O3"
|
||||
make platform="unix" ARCH="$xPLATFORM"
|
Loading…
Add table
Add a link
Reference in a new issue