mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-03-04 00:21:42 +00:00
6 lines
114 B
Makefile
6 lines
114 B
Makefile
ifeq (Windows_NT,$(OS))
|
|
include Makefile.mgw
|
|
else
|
|
all:
|
|
@echo Building with MinGW requires Windows NT
|
|
endif
|