!IF 0 Copyright (c) 1989 Microsoft Corporation Module Name: sources. Abstract: This file specifies the target component being built and the list of sources files needed to build that component. Also specifies optional compiler switches and libraries that are unique for the component being built. Author: Steve Wood (stevewo) 12-Apr-1990 NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl !ENDIF MAJORCOMP=ntsd MINORCOMP=ntsdexts TARGETNAME=vdmexts TARGETPATH=obj TARGETTYPE=DYNLINK DLLBASE=0x79000000 TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \ $(BASEDIR)\public\sdk\lib\*\user32.lib INCLUDES=..\inc;..\..\inc;..\..\windows\inc;..\wow32 SOURCES=data.c debug.c disasm.c heap.c help.c misc.c platform.c \ reflect.c stack.c sym.c system.c trace.c util.c wow.c \ wowprof.c dib.c \ vdmexts.rc i386_SOURCES=i386\profile.c i386\vdmtib.c i386\regs.c USE_NTDLL=1 # # Next specify options for the compiler. # C_DEFINES=-DWIN32 -DNT PRECOMPILED_INCLUDE=precomp.h PRECOMPILED_PCH=precomp.pch PRECOMPILED_OBJ=precomp.obj