2020-09-30 17:12:29 +02:00

81 lines
1.7 KiB
Plaintext

!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=sdktools
MINORCOMP=ntsd
TARGETNAME=cdb
TARGETPATH=obj
TARGETTYPE=LIBRARY
INCLUDES=..\;\
..\$(TARGET_DIRECTORY);\
$(BASEDIR)\private\windows\inc;\
$(BASEDIR)\private\inc;\
$(BASEDIR)\private\ntos\se
MSC_WARNING_LEVEL=/W3 /WX
SUBSYSTEM_VERSION=3.50
SOURCES=..\cdb.rc \
..\ntcmd.c \
..\ntexpr.c \
..\assemble.c \
..\disasm.c \
..\register.c \
..\ntsym.c \
..\86asm.c \
..\86asmexp.c \
..\86asmtpl.c \
..\86dis.c \
..\86reg.c \
..\profile.c \
..\stkwalk.c \
..\fpox86.c
i386_SOURCES= ..\i386\fpo.c
mips_SOURCES= ..\mips\nt4000.c
alpha_SOURCES=..\alpha\optable.c
UMTYPE=console
UMAPPL=cdb
UMRES=$(@R).res
UMLIBS=obj\*\cdb.lib
LINKLIBS=$(BASEDIR)\public\sdk\lib\*\imagehlp.lib \
$(BASEDIR)\public\sdk\lib\*\user32.lib
USE_CRTDLL=1
C_DEFINES = -DUSER_MODE_CODE -DCHICAGO
MIPS_FLAGS=-DTARGET_MIPS
386_FLAGS=-DTARGET_i386
ALPHA_FLAGS=-DTARGET_ALPHA
PPC_FLAGS=-DTARGET_PPC