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.

23 lines
367 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. TARGETNAME=
  6. TARGETTYPE=NOTARGET
  7. TARGETPATH=
  8. SOURCES=
  9. BINPLACE_PLACEFILE=placefil.txt
  10. # makefile.def will binplace any file listed in the MISCFILES macro.
  11. MISCFILES = \
  12. !if $(WIN64)
  13. ia64\*.dll \
  14. !else
  15. x86\*.dll \
  16. !endif