Leaked source code of windows server 2003
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

  1. WMDMROOT=$(MAKEDIR)\..\..
  2. !include $(WMDMROOT)\common.inc
  3. MAJORCOMP=DRM
  4. MINORCOMP=WMDMUtil
  5. TARGETNAME=WMDMUtil
  6. TARGETPATH=..\lib
  7. TARGETTYPE=LIBRARY
  8. SYNCHRONIZE_BLOCK=1
  9. SYNCHRONIZE_DRAIN=1
  10. USE_MSVCRT=1
  11. C_DEFINES= -DSTRICT
  12. SOURCES = \
  13. WMDMRevoked.cpp
  14. INCLUDES = \
  15. $(EXT_INC_PATH); \
  16. $(WMDM_INC_PATH);
  17. LINKLIBS = \