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.

63 lines
1.3 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 makefile.inc
  18. NTTARGETFILES =
  19. NO_BROWSER_FILE = 1
  20. # !!!!!!!!!!!!!!!!!
  21. #
  22. # READ THIS!!! Do not add -DFEATURE_* defines here. Add it to browseui.inc.
  23. #
  24. # !!!!!!!!!!!!!!!!!
  25. # Don't include core Windows resource header
  26. C_DEFINES = $(C_DEFINES) -DNOWINRES -DNASHVILLE
  27. TARGETNAME = msidntld
  28. TARGETPATH = obj
  29. TARGETTYPE = DYNLINK
  30. LINKER_FLAGS = $(LINKER_FLAGS) /NOENTRY
  31. #VERIFY_LC = 1
  32. LC_PATH = $(PROJECT_ROOT)\lcinf
  33. TARGETLIBS =
  34. RESOURCE_ONLY_DLL=1
  35. # Maintain the sources list in the alphabetical order
  36. SOURCES = \
  37. ..\msident.rc
  38. USE_LIBCMT=1
  39. USE_NTDLL=1
  40. UMTYPE=windows