!include ..\..\win95upg.mk

!include $(WIN95UPG_ROOT)\w95upgnt\w95upgnt.mk

# component
MINORCOMP=nttool

# target
TARGETNAME=dynupdt
TARGETPATH=obj
TARGETTYPE=PROGRAM

INCLUDES=$(WIN95UPG_ROOT)\w95upgnt\ntui;$(WIN95UPG_ROOT)\w95upgnt\dll;$(INCLUDES)

# x86-specific sources
I386_SOURCES=\
        dynupdt.c    \
        dynupdt.rc

# pre-compiled header options (x86-only)
# NOTE: This is efficient only when there are two or more source files
!if $(386)
PRECOMPILED_INCLUDE=pch.h
PRECOMPILED_PCH=pch.pch
PRECOMPILED_OBJ=pch.obj
!endif

# link libraries
!include $(WIN95UPG_ROOT)\w95upgnt\libs.mk

# app settings
UMTYPE=console
UMENTRY=wmain