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.

30 lines
743 B

  1. !include ..\..\swrast.inc
  2. !include ..\rgb.inc
  3. TARGETNAME = rspanini
  4. TARGETPATH = obj
  5. TARGETTYPE = LIBRARY
  6. INCLUDES = $(_OBJ_DIR)\$(TARGET_DIRECTORY);$(INCLUDES)
  7. SOURCES = \
  8. $O\beadstr.cpp\
  9. $O\spaninit.cpp\
  10. spindbg.cpp\
  11. rastcoll.cpp
  12. #
  13. # 04/11/2000 - allows for addition of BoundsChecker, etc
  14. # libs specified in the OS environment
  15. #
  16. TARGETLIBS=$(TARGETLIBS)
  17. NTTARGETFILE0 = \
  18. $O\bdstr_mh.h\
  19. $O\beadstr.cpp\
  20. $O\spaninit.cpp
  21. PRECOMPILED_OPTION= /Yurgb_pch.h /Fp$(RGBRASTROOT)\pch\$(_OBJ_DIR)\$(TARGET_DIRECTORY)\rgb_pch.pch
  22. HEADEROBJNAME= $(RGBRASTROOT)\pch\$(_OBJ_DIR)\$(TARGET_DIRECTORY)\rgb_pch.obj
  23. HEADEROBJ= /Fo$(HEADEROBJNAME)
  24. PRECOMPILED_CXX= 1