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.

64 lines
1.6 KiB

  1. !IF 0
  2. Copyright (c) 1998 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. Revision History:
  11. !ENDIF
  12. #
  13. # The TARGETNAME variable is defined by the developer. It is the name of
  14. # the target (component) that is being built by this makefile. It
  15. # should NOT include any path or file extension information.
  16. #
  17. TARGETNAME=dllhost
  18. #
  19. # The TARGETPATH and TARGETTYPE varialbes are defined by the developer.
  20. # The first specifies where the target is to be build. The second specifies
  21. # the type of target (either PROGRAM, DYNLINK or LIBRARY)
  22. #
  23. TARGETPATH=obj
  24. TARGETTYPE=PROGRAM
  25. #
  26. # The INCLUDES variable specifies any include paths that are specific to
  27. # this source directory. Separate multiple directory paths with single
  28. # semicolons. Relative path specifications are okay.
  29. #
  30. !include ..\..\chicago.inc
  31. #
  32. # The SOURCES variable is defined by the developer. It is a list of all the
  33. # source files for this component. Each source file should be on a separate
  34. # line using the line continuation character. This will minimize merge
  35. # conflicts if two developers adding source files to the same component.
  36. #
  37. SOURCES=\
  38. ..\dllhost.rc \
  39. ..\surrogat.cxx \
  40. ..\debug.cxx
  41. TARGETLIBS=\
  42. $(SDK_LIB_DEST)\chicago\i386\ole32.lib \
  43. $(SDK_LIB_PATH)\uuid.lib \
  44. $(SDK_LIB_PATH)\msvcrt.lib \
  45. UMTYPE=windows
  46. UMENTRY=winmain