!if "$(OS)" == "Windows_NT"
!INCLUDE $(NTMAKEENV)\makefile.def
!else
WIN32	=TRUE
!include ..\build\build.mk
!endif