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.
|
|
!include ..\..\swrast.inc !include ..\rgb.inc
TARGETNAME = rcspan TARGETPATH = obj TARGETTYPE = LIBRARY
INCLUDES = $(_OBJ_DIR)\$(TARGET_DIRECTORY);$(INCLUDES)
SOURCES = \ $O\catest.cpp\ $O\cbeadtbl.cpp\ cbldfncs.cpp\ cbufread.cpp\ cbufwrt.cpp\ $O\cclrbld.cpp\ $O\cclrgen.cpp\ $O\cloop.cpp\ cspnpars.cpp\ cspnutil.cpp\ $O\ctest.cpp\ $O\ctxaddr.cpp\ $O\ctxblend.cpp\ ctexfilt.cpp\ $O\ctexread.cpp\ $O\ctstfail.cpp
NTTARGETFILE0 = \ $O\catest_mh.h\ $O\ccrbd_mh.h\ $O\ccrgn_mh.h\ $O\ctest_mh.h\ $O\ctxa_mh.h\ $O\ctxbd_mh.h\ $O\ctxrd_mh.h\ $O\ctstf_mh.h\ $O\cbeadtbl.cpp\ $O\cclrbld.cpp\ $O\cclrgen.cpp\ $O\cloop.cpp\ $O\ctest.cpp\ $O\ctxaddr.cpp\ $O\ctxblend.cpp\ $O\ctexread.cpp\ $O\catest.cpp\ $O\ctstfail.cpp
# # 04/11/2000 - allows for addition of BoundsChecker, etc # libs specified in the OS environment # TARGETLIBS=$(TARGETLIBS)
PRECOMPILED_OPTION= /Yurgb_pch.h /Fp$(RGBRASTROOT)\pch\$(_OBJ_DIR)\$(TARGET_DIRECTORY)\rgb_pch.pch HEADEROBJNAME= $(RGBRASTROOT)\pch\$(_OBJ_DIR)\$(TARGET_DIRECTORY)\rgb_pch.obj HEADEROBJ= /Fo$(HEADEROBJNAME) PRECOMPILED_CXX= 1
|