mirror of https://github.com/bsnes-emu/bsnes.git
7 lines
371 B
Batchfile
Executable File
7 lines
371 B
Batchfile
Executable File
windres windows/phoenix.rc phoenix-resource.o
|
|
g++ -std=gnu++0x -I. -O3 -fomit-frame-pointer -c phoenix.cpp -DPHOENIX_WINDOWS
|
|
g++ -std=gnu++0x -I. -O3 -fomit-frame-pointer -c test.cpp -DPHOENIX_WINDOWS
|
|
g++ -mconsole -s -o test-windows test.o phoenix.o phoenix-resource.o -lkernel32 -luser32 -lgdi32 -ladvapi32 -lcomctl32 -lcomdlg32 -lshell32 -lole32
|
|
@pause
|
|
@del *.o
|