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.

20 lines
518 B

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