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