!IF 0

Copyright (C) TinyKRNL, 2006

Module Name:

    makefile.

!ENDIF

#
# DO NOT EDIT THIS FILE!!!  Edit .\sources. if you want to add a new source
# file to this component.  This file merely indirects to the real make file
# that is shared by all the components of TinyKRNL
#

#
# We need the WDK
#
!    IF defined(_NT_TOOLS_VERSION) && $(_NT_TOOLS_VERSION)>=0x700
!        INCLUDE $(NTMAKEENV)\makefile.def
!    ELSE
!        message BUILDMSG: Warning : TinyKRNL must be built with the WDK.
!    ENDIF


