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
25 lines
622 B
!include ..\..\swrast.inc
|
|
!include ..\rgb.inc
|
|
|
|
TARGETNAME = rmmxspan
|
|
TARGETPATH = obj
|
|
TARGETTYPE = LIBRARY
|
|
|
|
INCLUDES = $(_OBJ_DIR)\$(TARGET_DIRECTORY);$(INCLUDES)
|
|
|
|
SOURCES = \
|
|
$O\beadtbl.cpp
|
|
|
|
#
|
|
# 04/11/2000 - allows for addition of BoundsChecker, etc
|
|
# libs specified in the OS environment
|
|
#
|
|
TARGETLIBS=$(TARGETLIBS)
|
|
|
|
NTTARGETFILE0 = \
|
|
$O\beadtbl.cpp
|
|
|
|
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
|