1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-07-17 17:35:19 +01:00

(svn r856) Makefile: added the flags CYGWIN and MINGW to libdetection. They were missing in the autodetected makefile.config

This commit is contained in:
Bjarni 2004-11-29 20:26:00 +00:00
parent a580b4c21e
commit 00d6b3609f

View File

@ -4,6 +4,8 @@
ifdef WINDIR ifdef WINDIR
ifndef UNIX ifndef UNIX
WIN32:=1 WIN32:=1
CYGWIN:=1
MINGW:=1
endif endif
else else
UNIX:=1 UNIX:=1