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.
22 lines
484 B
22 lines
484 B
!ifndef PRNROOT
|
|
PRNROOT=$(MAKEDIR:\gpdres\fmlbpres\um=)
|
|
!endif
|
|
|
|
!include ..\sources.inc
|
|
|
|
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
|
|
|
|
USE_MSVCRT=1
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -DKERNEL_MODE -DUSERMODE_DRIVER -DOEMCOM
|
|
|