tomm / fab-agon-emulator

Agon Light, Agon Light 2, Agon Console8 Emulator for Linux, Windows, any system with libSDL
GNU General Public License v3.0
82 stars 19 forks source link

Fix build on Windows (mingw) #19

Closed eztrophy closed 10 months ago

eztrophy commented 10 months ago

Added a few small changes to the main makefile to allow building the emulator directly on Windows using MinGW and GNU Make.

Also added CoreUtils for Windows as build prerequisite; see README.md for instructions how to install it. This package provides Windows versions of some Linux commands like cp, test, and others, which minimizes the need for OS-specific logic in the makefile.