mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-06 04:52:11 +00:00
fd21005391
set by the msys shell. SVN r883 (trunk)
9 lines
110 B
Makefile
9 lines
110 B
Makefile
ifeq (Windows_NT,$(OS))
|
|
WIN=1
|
|
endif
|
|
|
|
ifeq (1,$(WIN))
|
|
include Makefile.mgw
|
|
else
|
|
include Makefile.linux
|
|
endif
|