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.

25 lines
622 B

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