mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-06 13:01:14 +00:00
cf11cbdb30
SVN r4 (trunk)
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
|