Added TODO note regarding flavours of Windows.

Ilya Dmitrichenko 2012-02-24 10:21:48 +00:00 committed by David Kopf
parent 4b60851527
commit ab9ddc62ea
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@ endif
ifndef HOST_OS
ifeq ($(OS),Windows_NT)
$(warning Windows (NT) deteced.)
## TODO: detect more specific Windows set-ups,
## e.g. CygWin, MingW, VisualC, Watcom, Interix
$(warning Windows (NT) detected.)
HOST_OS := Windows
else
HOST_OS := $(shell uname)