1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testing/mozbase/mozprocess/tests/iniparser/platform.mk Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +# System platform 1.5 + 1.6 +# determine if windows 1.7 +WIN32 := 0 1.8 +UNAME := $(shell uname -s) 1.9 +ifneq (,$(findstring MINGW32_NT,$(UNAME))) 1.10 +WIN32 = 1 1.11 +endif