#
# 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 NT OS/2
#

!ifdef NTMAKEENV
!INCLUDE $(NTMAKEENV)\makefile.def

!else # NTMAKEENV

NAME=generic
ROOT=..\..\..\..\..\..
RES_DIR=..
WIN32=TRUE
#DEFENTRY = ModuleEntry@0

!ifdef VERDIR
ROOT=..\$(ROOT)
!endif

PCHOBJ0=generic.obj
L32FLAGS = $(L32FLAGS) -subsystem:console -NOLOGO
LIB0 = kernel32.lib user32.lib gdi32.lib comctl32.lib shell32.lib advapi32.lib libcmt.lib

!include $(ROOT)\win\shell\common.mk

!ifdef VERDIR
$(PRIVINC).pch pch.obj:	

$(NAME).res:

!endif

!endif # NTMAKEENV