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.

47 lines
899 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. !ENDIF
  11. #
  12. # The following includes a global include file defined at the
  13. # base of the project for all components
  14. #
  15. !include ..\daytona.inc
  16. #
  17. # This is the name of the target built from the source files specified
  18. # below. The name should include neither the path nor the file extension.
  19. #
  20. TARGETNAME= myproxy
  21. TARGETPATH= obj
  22. #
  23. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  24. # etc.
  25. #
  26. TARGETTYPE= DYNLINK
  27. DLLDEF= $(O)\myproxy.def
  28. INCLUDES= $(INCLUDES)
  29. C_DEFINES= $(C_DEFINES)
  30. SOURCES= \
  31. ..\myproxy.cxx