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.
22 lines
486 B
22 lines
486 B
!include ..\..\swrast.inc
|
|
!include ..\rgb.inc
|
|
|
|
TARGETNAME=main
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_NOLIBS=1
|
|
|
|
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
|
|
|
|
SOURCES = \
|
|
..\Driver.cpp \
|
|
..\Context.cpp \
|
|
..\Surfaces.cpp \
|
|
..\Assert.cpp \
|
|
..\d3dflt.cpp
|
|
|
|
TARGETLIBS=$(TARGETLIBS)
|