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.

81 lines
1.8 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. Carl Hamilton (CarlH) 18-Jan-1994
  16. !ENDIF
  17. MAJORCOMP = cairole
  18. MINORCOMP = com
  19. #
  20. # This is the name of the target built from the source files specified
  21. # below. The name should include neither the path nor the file extension.
  22. #
  23. TARGETNAME= memtest
  24. TARGETPATH= obj
  25. #
  26. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  27. # etc.
  28. #
  29. TARGETTYPE= PROGRAM
  30. DLLDEF= memtest.def
  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= ..;..\..\..\..\h
  37. C_DEFINES= \
  38. $(C_DEFINES) \
  39. SOURCES= \
  40. ..\memtask.cxx \
  41. ..\memtest.cxx \
  42. ..\memory.cxx \
  43. ..\midl.cxx \
  44. ..\preinit.cxx \
  45. ..\signal.cxx \
  46. test_s.c \
  47. test_y.c \
  48. test_z.c
  49. UMTYPE= console
  50. UMLIBS= \
  51. $(SDK_LIB_PATH)\compob32.lib \
  52. $(SDK_LIB_PATH)\storag32.lib \
  53. $(GUI32_LIBS) \
  54. $(SDK_LIB_PATH)\rpcrt4.lib \
  55. $(SDK_LIB_PATH)\uuid.lib
  56. NTTARGETFILE0=allidl