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.

73 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. Sanjay Kohli
  12. !ENDIF
  13. MAJORCOMP = benchmrk
  14. MINORCOMP = perform
  15. #
  16. # This is the name of the target built from the source files specified
  17. # below. The name should include neither the path nor the file extension.
  18. #
  19. TARGETNAME= apitests
  20. TARGETPATH= obj
  21. #
  22. # This specifies the type of the target, such as PROGRAM, DYNLINK, LIBRARY,
  23. # etc.
  24. #
  25. TARGETTYPE= LIBRARY
  26. INCLUDES= $(BASEDIR)\private\ole32\h;..\..\..\common
  27. INCLUDES= $(INCLUDES);$(BASEDIR)\private\oleutest\balls\oleprx32\chicago
  28. INCLUDES= $(INCLUDES);$(BASEDIR)\private\ole32\common\chicago;..
  29. INCLUDES= $(INCLUDES);$(BASEDIR)\private\oleutest\balls\common
  30. INCLUDES= $(INCLUDES);$(BASEDIR)\private\ole32\com\inc
  31. INCLUDES= $(INCLUDES);$(BASEDIR)\private\cinc;$(BASEDIR)\private\ole32\ih
  32. C_DEFINES= \
  33. $(C_DEFINES) \
  34. -DFLAT \
  35. -DWIN32=200 \
  36. -D_CHICAGO_=200 \
  37. -DNOEXCEPTIONS \
  38. -DCAIROLE_DOWNLEVEL
  39. SOURCES= \
  40. ..\bm_crt.cxx \
  41. ..\bm_crtl.cxx \
  42. ..\bm_load.cxx \
  43. ..\bm_link.cxx \
  44. ..\bm_cache.cxx \
  45. ..\hlp_site.cxx \
  46. ..\hlp_doc.cxx \
  47. ..\hlp_iocs.cxx \
  48. ..\hlp_ias.cxx
  49. # ..\bm_clip.cxx \
  50. UMTYPE= console
  51. PRECOMPILED_INCLUDE = ..\headers.cxx