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.

65 lines
988 B

  1. # NmMigRat makefile (16 bit)
  2. !ifndef ROOT
  3. ROOT=$(MAKEDIR:\setup\nmmigrat=)
  4. !endif
  5. !ifndef DEVROOT
  6. DEVROOT=$(ROOT)\dev
  7. !endif
  8. !include $(DEVROOT)\common.inc
  9. MAJORCOMP=setup
  10. MINORCOMP=nmmigrat
  11. TARGETNAME=nmmigrat
  12. TARGETPATH=$(_OBJ_DIR)
  13. # Note: the order is important - build.exe always uses the last definition
  14. !if "$(386)" != "1"
  15. TARGETTYPE=NOTARGET
  16. !else
  17. TARGETTYPE=DYNLINK
  18. !endif
  19. DLLDEF=$(TARGETNAME).def
  20. !if "$(FREEBUILD)" == "0"
  21. C16_FLAGS=-c -W3 -G2 -Gc -ALu /Od
  22. !else
  23. C16_FLAGS=-c -W3 -G3 -Gc -Gs -ALu /Ox
  24. !endif
  25. SDK_LIB_PATH=$(DEVROOT)\lib16
  26. INCLUDES=..\inc
  27. TARGETLIBS=\
  28. $(SDK_LIB_PATH)\ldllcew.lib \
  29. $(SDK_LIB_PATH)\libw.lib \
  30. setupx.lib
  31. #
  32. # List of sources
  33. #
  34. SOURCES=
  35. i386_SOURCES=\
  36. nmmigrat.c
  37. NTTARGETFILE0=nmmigrat.c $(_OBJ_DIR)\$(TARGET_DIRECTORY)\nmmigrat.res
  38. CONDITIONAL_INCLUDES = \
  39. macocidl.h \
  40. macwin32.h \
  41. rpcerr.h \
  42. rpcmac.h \
  43. winwlm.h \
  44. macname1.h \
  45. macname2.h \
  46. macpub.h \
  47. macapi.h