mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.2 KiB
60 lines
1.2 KiB
!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:
|
|
|
|
Jim Schaad (jimsch)
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=windbg
|
|
MINORCOMP=cvpack
|
|
|
|
TARGETNAME=cvpack
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
SOURCES= checksum.c \
|
|
cnvtprim.c \
|
|
compact6.c \
|
|
compact7.c \
|
|
engine.c \
|
|
error.c \
|
|
module.c \
|
|
obsolete.c \
|
|
recurse.c \
|
|
stack.c \
|
|
symbols6.c \
|
|
symbols7.c \
|
|
tables.c \
|
|
type7.c \
|
|
utils.c \
|
|
utils6.c \
|
|
vbuf.c \
|
|
writebuf.c \
|
|
cvpack.c \
|
|
cvpack.rc
|
|
|
|
UMTYPE=console
|
|
|
|
386_FLAGS=-DFAR= -DWIN32 -DUNALIGNED=
|
|
MIPS_FLAGS=-DFAR= -DWIN32 -DUNALIGNED=__unaligned
|
|
ALPHA_FLAGS=-DFAR= -DWIN32 -DUNALIGNED=__unaligned
|
|
|
|
UMLIBS = ..\real10\obj\*\real10.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\imagehlp.lib
|
|
|
|
USER_INCLUDES=..\osdebug\include
|