From a51ebac3dc1782b5c4d40019c8d38900033ce7e9 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Thu, 9 Jul 2009 11:53:53 +0000 Subject: [PATCH] platform.mk: Add file --- make/platform.mk | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 make/platform.mk diff --git a/make/platform.mk b/make/platform.mk new file mode 100644 index 00000000..7a8f2fe8 --- /dev/null +++ b/make/platform.mk @@ -0,0 +1,7 @@ +ifndef ($(TARGET)) +ifneq ($(findstring mingw,$(shell pwd)),) +TARGET = mingw +endif +endif + +