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.
27 lines
373 B
27 lines
373 B
WMDMROOT=$(MAKEDIR)\..\..
|
|
!include $(WMDMROOT)\common.inc
|
|
|
|
MAJORCOMP=DRM
|
|
MINORCOMP=WMDMUtil
|
|
|
|
TARGETNAME=WMDMUtil
|
|
TARGETPATH=..\lib
|
|
TARGETTYPE=LIBRARY
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES= -DSTRICT
|
|
|
|
SOURCES = \
|
|
WMDMRevoked.cpp
|
|
|
|
|
|
INCLUDES = \
|
|
$(EXT_INC_PATH); \
|
|
$(WMDM_INC_PATH);
|
|
|
|
LINKLIBS = \
|
|
|