Leaked source code of windows server 2003
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.

57 lines
944 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. Builds WinPE inf files
  7. Author:
  8. Vijay Jayaseelan (vijayj@microsoft.com)
  9. !ENDIF
  10. #
  11. # include PRERELEASE define
  12. #
  13. !include ..\..\prerelease.inc
  14. TARGETNAME=inf
  15. TARGETTYPE=NOTARGET
  16. TARGETPATH=obj
  17. #
  18. # No explicit sources because build doesn't understand .inf files.
  19. #
  20. SOURCES=
  21. BINPLACE_PLACEFILE=..\placefil.txt
  22. #
  23. # makefile.def will binplace any file listed in the MISCFILES macro.
  24. #
  25. #
  26. # different files
  27. #
  28. MISCFILES = $(MISCFILES) \
  29. $(O)\config.inf \
  30. $(O)\extra.inf \
  31. $(O)\winpesys.inf \
  32. $(O)\winpesft.inf \
  33. $(O)\winpedef.inf
  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