Source code of Windows XP (NT5)
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.

25 lines
346 B

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\evtmsg=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. TARGETNAME=nmevtmsg
  9. TARGETPATH=$(_OBJ_DIR)
  10. TARGETTYPE=DYNLINK
  11. !if "$(BUILD_PRODUCT)" != "NT"
  12. ALT_PROJECT_TARGET = NT
  13. !endif
  14. PASS0_HEADERDIR=$(O)
  15. PASS0_SOURCEDIR=$(O)
  16. SOURCES= \
  17. nmevtmsg.mc \
  18. main.rc
  19. RESOURCE_ONLY_DLL=1