28 lines
511 B
Plaintext
28 lines
511 B
Plaintext
!IF 0
|
|
|
|
Copyright (C) 1997 - 1999 Microsoft Corporation
|
|
|
|
!ENDIF
|
|
|
|
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\gpdres\apdlres\um=)
|
|
!endif
|
|
|
|
!include ..\sources.inc
|
|
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -DUSERMODE_DRIVER -DOEMCOM
|
|
|
|
SOURCES=\
|
|
$(SOURCES)\
|
|
$(SRCDIR)\comoem.cpp
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(PRNROOT)\lib\utils\um\$O\utils.lib \
|
|
$(PRNROOT)\lib\uni\um\$(O)\unilib.lib
|
|
|