2025-04-27 07:49:33 -04:00

52 lines
989 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\rastercb=)
!endif
MAJORCOMP=windows
MINORCOMP=RASTERCB
TARGETNAME=RASTERCB
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLBASE=0x50000000
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;$(BASEDIR)\public\sdk\inc;$(SDK_INC_PATH)\mfc42
SOURCES= ..\oemud.rc \
..\common.c \
enable.c \
raster.c \
ht24to4.c