!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:\oemdll\com\rendps=) !endif MAJORCOMP=windows MINORCOMP=RENDPS TARGETNAME=RENDPS TARGETPATH=..\setup TARGETTYPE=DYNLINK DLLBASE=0x70000000 USE_MSVCRT=1 USE_CTRLDLL=1 C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DUSERMODE_DRIVER -DOEMCOM #C_DEFINES=$(C_DEFINES) -DKERNEL_MODE !if 1 TARGETLIBS= \ # $(SDK_LIB_PATH)\gdi32.lib \ # $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ # $(SDK_LIB_PATH)\gdi32p.lib \ # $(SDK_LIB_PATH)\comdlg32.lib \ # $(SDK_LIB_PATH)\ntdll.lib \ # $(SDK_LIB_PATH)\rpcrt4.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\winspool.lib \ # $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(PRNROOT)\lib\utils\um\$O\utils.lib \ $(TARGETLIBS) !else TARGETLIBS= $(DDK_LIB_PATH)\win32k.lib \ $(PRNROOT)\lib\utils\km\$O\utils.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\libcntpr.lib !endif INCLUDES=$(PRNROOT)\inc;$(PRNROOT)\unidrv2\inc;$(BASEDIR)\public\sdk\inc;$(SDK_INC_PATH)\mfc42 SOURCES= oemud.rc \ common.c \ comoem.cpp \ ps.c \ enable.c