!IFDEF WINDBG
# for WINDBG
NTDEBUG=ntsd
NTDEBUGTYPE=windbg
!ENDIF

386_OPTIMIZATION=/Od
NTCPPFLAGS=-DDEBUG

MAJORCOMP=automate
MINORCOMP=nttest

TARGETNAME=dummy

TARGETPATH=obj

# Pick one of the following and delete the others
TARGETTYPE=LIBRARY

TARGETLIBS=

INCLUDES=.;..\inc


SOURCES=wtddlg.c   \
	toolm.c \
	wtdinit.c  \
	wtdfind.c  \
	wtdsrep.c  \
	wtdhelp.c  \
	wtdfile.c  \
	wtdprint.c \
	wattxy.c   \
	wattrec.c  \
	compdlg.c  \
	viewport.c \
	loader.c   \
	chip.c	   \
	runtime.c  \
	chip32.c   \
	codegen.c  \
	lex.c	   \
	scanner.c  \
	bind.c	   \
	statemt.c  \
	function.c \
	control.c  \
	parse.c    \
	const.c    \
	flengine.c \
	tables.c   \
	gstring.c  \
	strings.c  \
        findfile.c \
        tdassert.c \
        memory.c   \
	drvr.rc

C_DEFINES= -DNT -DWIN32 -DWIN
#   USE_CL860_LARGE_MODEL=


#
# Next specify a kernel mode test (valid only in NTOS tree)
#

#
# Next specify one or more user mode test programs and their type
#

UMTYPE=windows
UMENTRY=winmain
UMAPPL=testdrvr
UMLIBS=$(BASEDIR)\public\sdk\lib\*\pwin32.lib \
       $(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
	obj\*\dummy.lib  \
	obj\*\drvr.res	 \
    ..\..\lib\*\testvw32.lib \
	..\..\lib\*\lineedit.lib
