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.

57 lines
1.4 KiB

  1. !include ..\..\swrast.inc
  2. !include ..\rgb.inc
  3. TARGETNAME = rcspan
  4. TARGETPATH = obj
  5. TARGETTYPE = LIBRARY
  6. INCLUDES = $(_OBJ_DIR)\$(TARGET_DIRECTORY);$(INCLUDES)
  7. SOURCES = \
  8. $O\catest.cpp\
  9. $O\cbeadtbl.cpp\
  10. cbldfncs.cpp\
  11. cbufread.cpp\
  12. cbufwrt.cpp\
  13. $O\cclrbld.cpp\
  14. $O\cclrgen.cpp\
  15. $O\cloop.cpp\
  16. cspnpars.cpp\
  17. cspnutil.cpp\
  18. $O\ctest.cpp\
  19. $O\ctxaddr.cpp\
  20. $O\ctxblend.cpp\
  21. ctexfilt.cpp\
  22. $O\ctexread.cpp\
  23. $O\ctstfail.cpp
  24. NTTARGETFILE0 = \
  25. $O\catest_mh.h\
  26. $O\ccrbd_mh.h\
  27. $O\ccrgn_mh.h\
  28. $O\ctest_mh.h\
  29. $O\ctxa_mh.h\
  30. $O\ctxbd_mh.h\
  31. $O\ctxrd_mh.h\
  32. $O\ctstf_mh.h\
  33. $O\cbeadtbl.cpp\
  34. $O\cclrbld.cpp\
  35. $O\cclrgen.cpp\
  36. $O\cloop.cpp\
  37. $O\ctest.cpp\
  38. $O\ctxaddr.cpp\
  39. $O\ctxblend.cpp\
  40. $O\ctexread.cpp\
  41. $O\catest.cpp\
  42. $O\ctstfail.cpp
  43. #
  44. # 04/11/2000 - allows for addition of BoundsChecker, etc
  45. # libs specified in the OS environment
  46. #
  47. TARGETLIBS=$(TARGETLIBS)
  48. PRECOMPILED_OPTION= /Yurgb_pch.h /Fp$(RGBRASTROOT)\pch\$(_OBJ_DIR)\$(TARGET_DIRECTORY)\rgb_pch.pch
  49. HEADEROBJNAME= $(RGBRASTROOT)\pch\$(_OBJ_DIR)\$(TARGET_DIRECTORY)\rgb_pch.obj
  50. HEADEROBJ= /Fo$(HEADEROBJNAME)
  51. PRECOMPILED_CXX= 1