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.

31 lines
479 B

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\av\dcap\vxd=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. MAJORCOMP=dcap
  9. MINORCOMP=dcapvxd
  10. TARGETNAME=dcapvxd
  11. TARGETPATH=$(_OBJ_DIR)
  12. TARGETTYPE=PROGRAM
  13. DLLDEF=DCAPVXD.DEF
  14. INCLUDES=$(DEVROOT)\incvxd
  15. #
  16. # List of sources
  17. #
  18. SOURCES= dcapvxd.asm
  19. ASM_FLAGS = -DIS_32
  20. NTTARGETFILE0=$(_OBJ_DIR)\$(TARGET_DIRECTORY)\dcapvxd.vxd \
  21. $(_OBJ_DIR)\$(TARGET_DIRECTORY)\dcapvxd.res