51 lines
976 B
Plaintext
51 lines
976 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1996 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
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\unidrv2\oemtest\fontcb=)
|
|
!endif
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=FONTCB
|
|
|
|
TARGETNAME=FONTCB
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLBASE=0x70000000
|
|
|
|
USE_NOLIBS=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DKERNEL_MODE
|
|
|
|
|
|
TARGETLIBS= $(DDK_LIB_PATH)\win32k.lib \
|
|
$(PRNROOT)\lib\utils\km\$O\utils.lib \
|
|
$(SDK_LIB_PATH)\libcntpr.lib
|
|
|
|
|
|
|
|
INCLUDES=$(PRNROOT)\inc;$(PRNROOT)\unidrv2\inc;$(BASEDIR)\public\sdk\inc;$(SDK_INC_PATH)\mfc42
|
|
|
|
SOURCES= ..\oemud.rc \
|
|
..\common.c \
|
|
enable.c \
|
|
font.c
|
|
|
|
|
|
|