TARGETNAME=patchxp
TARGETTYPE=PROGRAM

INCLUDES=..\..\..\include; ..\..\inc

# Make sure we are building a multi-threaded app
!IF "$(NTDEBUG)" == "retail" || "$(NTDEBUG)" == "" || "$(NTDEBUG)" == "ntsdnodbg"
#...release
CFLAGS=$(CFLAGS) /MT
!ELSE
#...debug
CFLAGS=$(CFLAGS) /MTd
!ENDIF

#C_DEFINES = $(C_DEFINES) /DUNICODE /D_UNICODE
USE_MSVCRT=1

SOURCES= \
         patchxp.c  \

UMTYPE=console
UMBASE=0x0400000

_NT_TARGET_VERSION= $(_NT_TARGET_VERSION_WIN2K)
