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.

53 lines
974 B

  1. # Copyright (c) 1998 - 1999 Microsoft Corporation
  2. #
  3. # This file is designed to be included from 2 levels below
  4. # (ie, daytona\srv, daytona\wks, cairo\srv, or cairo\wks).
  5. #
  6. MAJORCOMP=setup
  7. MINORCOMP=infs
  8. TARGETNAME=inf
  9. TARGETPATH=obj
  10. TARGETTYPE=notarget
  11. C_DEFINES=$(C_DEFINES) -DTSOC_CONSOLE_SHADOWING
  12. !ifdef TERMSRV_PROC
  13. C_DEFINES=$(C_DEFINES) -DTERMSRV_PROC
  14. !endif
  15. !ifdef _PER_SKU_
  16. C_DEFINES=$(C_DEFINES) -D_PER_SKU_
  17. !endif
  18. !ifdef _PRO_SKU_
  19. C_DEFINES=$(C_DEFINES) -D_PRO_SKU_
  20. !endif
  21. !ifdef _SRV_SKU_
  22. C_DEFINES=$(C_DEFINES) -D_SRV_SKU_
  23. !endif
  24. !ifdef _ADS_SKU_
  25. C_DEFINES=$(C_DEFINES) -D_ADS_SKU_
  26. !endif
  27. !ifdef _DTC_SKU_
  28. C_DEFINES=$(C_DEFINES) -D_DTC_SKU_
  29. !endif
  30. #
  31. # No explicit sources because build doesn't understand .inf files.
  32. #
  33. SOURCES=
  34. #
  35. # Use NTTARGETFILE0 macros to cause the infs to get built during
  36. # the compile phase. We do this so that we can disable MP build for
  37. # this directory, using BLOCK and DRAIN.
  38. #
  39. NTTARGETFILE0=make_infs
  40. NO_BROWSER_FILE=1