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.

64 lines
1.7 KiB

  1. TARGETNAME=bind
  2. TARGETPATH=obj
  3. TARGETTYPE=PROGRAM
  4. USE_MSVCRT=1
  5. C_DEFINES=$(C_DEFINES) -DCC_CVTYPE32 -D_VC_VER_INC -DBUILD_TOOLS
  6. INCLUDES=..;..\..\dbg-common;..\vc; \
  7. $(DS_INC_PATH)\crypto;$(BASE_INC_PATH)
  8. MSC_WARNING_LEVEL=/W3 /WX
  9. SOURCES=..\bind.c
  10. UMRES=$(@R).res
  11. UMLIBS=..\imagehlp\$(O)\pimagehlp.lib \
  12. $(SDK_LIB_PATH)\setargv.obj \
  13. ..\*\msdbi60l.lib \
  14. $(DS_LIB_PATH)\rsa32.lib \
  15. $(O)\_qsort.obj \
  16. $(O)\splitsymx.obj \
  17. $(O)\copypdbx.obj \
  18. $(O)\symutilx.obj \
  19. $(O)\wppfmt.obj
  20. UMTYPE=console
  21. MISCFILES = \
  22. ..\setnt351.cmd \
  23. ..\setwin95.cmd
  24. SUBSYSTEM_VERSION=4.00
  25. UMAPPL=binplace
  26. !ifndef ALL_IMAGEHLP_CRAP
  27. UMAPPL=binplace*dumpsym*imagecfg*imagechk*rebase*smashlck*splitsym*undname*tracepdb
  28. !else
  29. UMAPPL=binplace*certify*checkfix*dumpsym*editsym*imagecfg*imagechk*impchk*rebase*smashlck*splitsym*stripcv*undname*verfix*mapdebugtst*upddbg*tracepdb
  30. !endif
  31. NTTARGETFILE0=$(O)\bind.res \
  32. $(O)\binplace.res \
  33. $(O)\imagecfg.res \
  34. $(O)\imagechk.res \
  35. $(O)\rebase.res \
  36. $(O)\smashlck.res \
  37. $(O)\splitsym.res \
  38. $(O)\undname.res \
  39. $(O)\dumpsym.res \
  40. $(O)\tracepdb.res \
  41. !ifdef ALL_IMAGEHLP_CRAP
  42. $(O)\certify.res \
  43. $(O)\checkfix.res \
  44. $(O)\editsym.res \
  45. $(O)\impchk.res \
  46. $(O)\imhlptst.res \
  47. $(O)\mapdebugtst.res \
  48. $(O)\stripcv.res \
  49. $(O)\verfix.res \
  50. $(O)\upddbg.res
  51. !endif
  52. !ifdef 0
  53. !endif