mirror of
https://github.com/libretro/fixGB.git
synced 2024-11-23 00:59:43 +00:00
2 lines
235 B
Batchfile
2 lines
235 B
Batchfile
gcc -DWINDOWS_BUILD -DZIPSUPPORT main.c mbc.c apu.c audio.c alhelpers.c cpu.c mem.c ppu.c input.c unzip/*.c -DFREEGLUT_STATIC -lfreeglut_static -lopenal32 -lopengl32 -lglu32 -lgdi32 -lwinmm -lz -Wall -Wextra -O3 -flto -s -o fixGB
|
|
pause |