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.
63 lines
1.1 KiB
63 lines
1.1 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=emx86
|
|
|
|
TARGETNAME=emx86
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
DLLENTRY=DllInit
|
|
|
|
SOURCES= \
|
|
asm.c \
|
|
asmexp.c \
|
|
asmtpl.c \
|
|
d3em.c \
|
|
emdp.c \
|
|
emdp2.c \
|
|
emdp3.c \
|
|
emdpdev.c \
|
|
strings.c \
|
|
wintrans.c \
|
|
em.rc
|
|
|
|
UMTYPE=windows
|
|
|
|
!include ..\..\common.src
|
|
|
|
C_DEFINES = $(C_DEFINES) -DTARGET_i386
|
|
|
|
INCLUDES=..;..\..\osdebug\include;..\..\osdebug
|
|
|
|
CONDITIONAL_INCLUDES=odp.h win32msg.h xosd.h
|
|
|
|
TARGETLIBS=$(MORE_LIBS) \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\imagehlp.lib
|
|
|
|
NTTARGETFILES=
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|