mirror of
https://github.com/Michael-Prince-Sharpe/bsnes-classic.git
synced 2025-04-02 10:21:42 -04:00
4 lines
157 B
Batchfile
4 lines
157 B
Batchfile
@windres resource.rc resource.o
|
|
@mingw32-g++ -std=gnu++0x -mwindows -s -O3 -fomit-frame-pointer -I.. -o ../out/bsnes launcher.cpp resource.o
|
|
@del *.o
|
|
@pause
|