mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-17 17:41:23 +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
|