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.

45 lines
768 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources
  5. Abstract:
  6. The bindrop directory is a drop point for binaries
  7. (dll, lib, exe) that are not built, but need to be
  8. binplaced for WinPE.
  9. Author:
  10. Vijay Jayaseelan ([email protected])
  11. !ENDIF
  12. TARGETNAME=
  13. TARGETTYPE=NOTARGET
  14. TARGETPATH=
  15. SOURCES=
  16. BINPLACE_PLACEFILE=$(PROJECT_ROOT)\ntsetup\opktools\placefil.txt
  17. # makefile.def will binplace any file listed in the MISCFILES macro.
  18. MISCFILES = x86\oscdimg.exe \
  19. sam \
  20. sam.log \
  21. security \
  22. security.log \
  23. software.log \
  24. BuildOptionalComponents.vbs \
  25. winpe.bmp
  26. !if $(WIN64)
  27. !else
  28. MISCFILES = $(MISCFILES) \
  29. x86\etfsboot.com
  30. !endif