gzdoom-gles/Makefile

7 lines
114 B
Makefile
Raw Normal View History

ifeq (Windows_NT,$(OS))
include Makefile.mgw
else
all:
@echo Building with MinGW requires Windows NT
endif