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.

39 lines
895 B

  1. #
  2. # The TARGETNAME variable is defined by the developer. It is the name of
  3. # the target (component) that is being built by this makefile. It
  4. # should NOT include any path or file extension information.
  5. #
  6. TARGETNAME =
  7. TARGETPATH =
  8. TARGETTYPE = NOTARGET
  9. SOURCES =
  10. #
  11. # Misc files to be binplaced by the build.
  12. #
  13. MISCFILES = \
  14. localui_booting.bmp \
  15. localui_dynamic.htm \
  16. localui_hostname.htm \
  17. localui_indicator.bmp \
  18. localui_main.htm \
  19. localui_network.htm \
  20. localui_ready.bmp \
  21. localui_saalertsicon.bmp \
  22. localui_salogo.bmp \
  23. localui_satask.bmp \
  24. localui_sataskinverted.bmp \
  25. localui_shutting_down.bmp \
  26. localui_shutdown.htm \
  27. localui_startinglogo.bmp \
  28. localui_startup_ready.htm \
  29. localui_startup_shutdown.htm \
  30. localui_startup_start.htm \
  31. localui_startup_update.htm \
  32. localui_static.htm \
  33. localui_tasks.htm \
  34. localui_update.bmp \
  35. localui_reboot.htm \