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.

44 lines
932 B

  1. !IF 0
  2. Copyright (c) 1989 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. Author:
  11. Steve Wood (stevewo) 12-Apr-1989
  12. Revision History:
  13. !ENDIF
  14. !ifndef RLROOT
  15. RLROOT = $(PROJECT_ROOT)\reality
  16. !endif
  17. !include $(RLROOT)\rl\ntrlty.mk
  18. #
  19. # The TARGETNAME variable is defined by the developer. It is the name of
  20. # the target (component) that is being built by this makefile. It
  21. # should NOT include any path or file extension information.
  22. #
  23. TARGETNAME=rlmisc
  24. TARGETPATH=obj
  25. TARGETTYPE=LIBRARY
  26. SOURCES = \
  27. dpf.c\
  28. memalloc.c
  29. # Lots of dirs use this. Make sure the lib is finished before continuing
  30. SYNCHRONIZE_BLOCK=1