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.
39 lines
832 B
39 lines
832 B
MAJORCOMP=ntos
|
|
MINORCOMP=w32
|
|
|
|
TARGETNAME=dxg
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=EXPORT_DRIVER
|
|
|
|
INCLUDES=$(BASE_INC_PATH); \
|
|
$(DDK_INC_PATH); \
|
|
$(MULTIMEDIA_INC_PATH); \
|
|
$(DRIVERS_INC_PATH);
|
|
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
!ENDIF
|
|
|
|
SOURCES=d3d.cxx \
|
|
ddagp.cxx \
|
|
ddagpnt.cxx \
|
|
ddguids.c \
|
|
ddheap.cxx \
|
|
ddheapl.cxx \
|
|
ddheapr.cxx \
|
|
ddhmgr.cxx \
|
|
ddraw.cxx \
|
|
ddvpe.cxx \
|
|
debugko.cxx \
|
|
dxg.cxx \
|
|
dxg.rc
|
|
|
|
TARGETLIBS=..\dxgthk\$(O)\dxgthk.lib
|
|
|
|
C_DEFINES=$(C_DEFINES) -DDXKERNEL_BUILD -DDXG_BUILD -DLANGPACK
|
|
|
|
DLLDEF=$(O)\dxg.def
|
|
|
|
PRECOMPILED_INCLUDE=precomp.hxx
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|