!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. !ENDIF MAJORCOMP=ntos MINORCOMP=dm UMTYPE=xboxdll TARGETNAME=xbdm TARGETPATH=obj TARGETPATHLIB=$(BASEDIR)\public\sdk\lib TARGETTYPE=DYNLINK PERFFLAGS= INCLUDES= \ $(BASEDIR)\private\ntos\inc; \ $(BASEDIR)\private\inc\crypto;\ $(BASEDIR)\private\ntos\ke; \ $(BASEDIR)\private\ntos\mmx TARGETLIBS= \ $(BASEDIR)\private\ntos\rtl\obj\*\xbdmrtl.lib \ $(BASEDIR)\private\ntos\net\libm\obj\*\xnetm$(D).lib \ $(BASEDIR)\private\ntos\xapi\obj\*\dmxapi.lib \ $(BASEDIR)\private\ntos\rtl\obj\*\xapirtl.lib \ $(SDK_LIB_PATH)\libcntpr.lib \ $(LIBRARY_PATH)\xboxkrnl.lib NO_NTDLL=1 USE_LIBCNTPR=1 XNOLIBS=1 DLLENTRY=DmEntryPoint MSC_WARNING_LEVEL=/W3 /WX #C_DEFINES=$(C_DEFINES) -Gs16384 SOURCES = \ dminit.c \ dmserv.c \ dmsecure.c \ dmnotify.c \ dmbreak.c \ dmmodule.c \ dmcount.c \ dmprofil.c \ dmfile.c \ dmpool.c \ dmcap.c \ api32.c \ crc.c \ flash.c \ sysfileupd.c \ xbdm.rc i386_SOURCES = \ i386\muldiv.asm \ i386\thread.asm \ i386\dbregs.asm \ i386\funccall.asm \ i386\defer.asm \ i386\dxtstart.asm PRECOMPILED_INCLUDE=dmp.h PRECOMPILED_PCH=dmp.pch PRECOMPILED_OBJ=dmp.obj NTTARGETFILES=$(XDK_LIB_PATH)\$(TARGETNAME).lib USE_MAPSYM=1