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.

83 lines
1.7 KiB

  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. David Plummer (davepl) 19-Mar-94
  12. Modifed via awk to include global project include file
  13. and to wrap precompiled header line within a conditional
  14. that can be set in this include file.
  15. Drew Bliss (DrewB) 21-Dec-1993
  16. !ENDIF
  17. CAIRO_PRODUCT= 1
  18. MAJORCOMP= cairole
  19. MINORCOMP= stg
  20. #
  21. # This is the name of the target built from the source files specified
  22. # below. The name should include neither the path nor the file extension.
  23. #
  24. TARGETNAME= stgdrt
  25. TARGETPATH= obj
  26. #
  27. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  28. # etc.
  29. #
  30. TARGETTYPE= PROGRAM
  31. #
  32. # The following includes a global include file defined at the
  33. # base of the project for all components
  34. #
  35. !include ..\..\cairo.inc
  36. INCLUDES= ..\..\..\ole32\stg\h;..;..\..\..\ole32\ih
  37. C_DEFINES= \
  38. $(C_DEFINES) \
  39. SOURCES= \
  40. ..\drt.cxx\
  41. ..\tests.cxx\
  42. ..\illeg.cxx\
  43. ..\util.cxx\
  44. ..\wrap.cxx\
  45. ..\strlist.cxx\
  46. ..\drtguid.cxx\
  47. ..\ilb.cxx
  48. UMTYPE= console
  49. UMLIBS= \
  50. $(SDK_LIB_PATH)\ole32.lib \
  51. $(SDK_LIB_PATH)\uuid.lib \
  52. $(WIN32_LIBS) \
  53. $(GUI32_LIBS)
  54. PRECOMPILED_INCLUDE= ..\headers.cxx
  55. PRECOMPILED_OPTION=
  56. PRECOMPILED_TARGET=
  57. PRECOMPILED_CXX=