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.

30 lines
838 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= i386\cabinet.dll \
  12. i386\cfgmgr32.dll \
  13. i386\setupapi.dll \
  14. e95only.dat \
  15. i386\imagehlp.dll \
  16. i386\ismig.dll \
  17. i386\msvcrt.dll \
  18. i386\twid.exe \
  19. # a number of migration components require this library
  20. # this is temporary until those components linkups are changed to use setupapi.lib
  21. PASS0_PUBLISH = {i386\setupapi_chicago.lib=$(SDK_LIB_PATH)\setupapi_chicago.lib}