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

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
Bjarni 20 years ago
parent a580b4c21e
commit 00d6b3609f

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

Loading…
Cancel
Save