Mesen-X/build.sh

10 lines
238 B
Bash
Raw Normal View History

2016-12-22 18:44:54 -05:00
#!/bin/sh
MESENPLATFORM=x64 make clean
MESENPLATFORM=x64 make core -j 4
MESENPLATFORM=x86 make clean
MESENPLATFORM=x86 make core -j 4
cp ./InteropDLL/obj.x64/libMesenCore.x64.dll ./bin
cp ./InteropDLL/obj.x86/libMesenCore.x86.dll ./bin