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
383 B

  1. WMDMROOT=$(MAKEDIR)\..\..
  2. !include $(WMDMROOT)\common.inc
  3. MAJORCOMP=DRM
  4. MINORCOMP=drmver
  5. TARGETNAME=drmver
  6. TARGETPATH=$(WMDMOUTDIR)
  7. TARGETTYPE=PROGRAM
  8. UMTYPE=console
  9. USE_MSVCRT=1
  10. C_DEFINES= -DSTRICT -DCABLEDLL_EXPORT=
  11. SOURCES = \
  12. main.cpp
  13. INCLUDES = \
  14. $(EXT_INC_PATH); \
  15. $(WMDM_INC_PATH); \
  16. LINKLIBS = \
  17. $(SDK_LIB_PATH)\version.lib