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.

49 lines
862 B

  1. !IF 0
  2. The bindrop directory is a drop point for binaries (dll, lib, exe) that are
  3. not built, but need to be binplaced.
  4. !ENDIF
  5. !ifdef PROJECT_ROOT
  6. ! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
  7. !else
  8. ! INCLUDE $(INETROOT)\build\paths.all
  9. !endif
  10. MAJORCOMP=PCHealth
  11. MINORCOMP=SPBinaries
  12. TARGETNAME=
  13. TARGETTYPE=NOTARGET
  14. SOURCES=
  15. # makefile.def will binplace any file listed in the MISCFILES macro.
  16. # *******************************************************
  17. # **** Change the files to be dropped for each platform *
  18. # *******************************************************
  19. MISCFILES = \
  20. all\HSCMUI.cab \
  21. !if $(386)
  22. BUILDARCH=i386
  23. !else
  24. BUILDARCH=ia64
  25. !endif
  26. !if "$(FREEBUILD)" != "1"
  27. BUILDTYPE=chk
  28. !else
  29. BUILDTYPE=fre
  30. !endif
  31. MISCFILES = \
  32. $(MISCFILES) \
  33. $(BUILDARCH)\$(BUILDTYPE)\HSCXPSP1.cab \
  34. !INCLUDE $(INETROOT)\build\sources.all