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.

68 lines
1.7 KiB

  1. !IF 0
  2. Copyright (c) 1989-1996 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. History:
  11. Common ccshell makefile and cleanup 15-Apr-96 Scott Hysom (scotth)
  12. Created 27-Sep-94 by Bob Day (bobday)
  13. from template created 12-Apr-1990 by Steve Wood (stevewo)
  14. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  15. !ENDIF
  16. CCSHELL_DIR = $(PROJECT_ROOT)
  17. !include $(CCSHELL_DIR)\ext\loadwc\loadwc.inc
  18. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\ext\loadwc\loadwc.inc
  19. # Include makefile.inc
  20. NTTARGETFILES =
  21. NO_BROWSER_FILE = 1
  22. # !!!!!!!!!!!!!!!!!
  23. #
  24. # READ THIS!!! Do not add -DFEATURE_* defines here. Add it to browseui.inc.
  25. #
  26. # !!!!!!!!!!!!!!!!!
  27. # Don't include core Windows resource header
  28. C_DEFINES = $(C_DEFINES) -DNOWINRES
  29. TARGETNAME = loadwclc
  30. TARGETPATH = obj
  31. TARGETTYPE = DYNLINK
  32. # NOTE!! We deliberately link to an NT4 compatible shell32.lib
  33. # so browseui can be loaded in the browser-only installations.
  34. # We use the NT version because it contains lego info.
  35. # The debug version of browseui links to the Win95 version
  36. # of shell32.lib simply so we can verify that we load in the
  37. # browser-only installations on Win95.
  38. #
  39. # Note: Do >not< link to ntdll. Win95 has an extremely minimal
  40. # implementation of ntdll.
  41. TARGETLIBS =
  42. RESOURCE_ONLY_DLL=1
  43. # Maintain the sources list in the alphabetical order
  44. SOURCES = \
  45. ..\loadwclc.rc