30 lines
544 B
Plaintext
30 lines
544 B
Plaintext
|
!ifndef GDIPROOT
|
||
|
GDIPROOT=$(ADVCORE_PATH)\gdiplus
|
||
|
!endif
|
||
|
|
||
|
!include $(GDIPROOT)\sources.inc
|
||
|
|
||
|
MAJORCOMP=windows
|
||
|
MINORCOMP=gdiplus
|
||
|
|
||
|
TARGETPATH=$(_OBJ_DIR)
|
||
|
TARGETNAME=ddi
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
INCLUDES=..\..\sdkinc;..\..\ddkinc;..\Common
|
||
|
|
||
|
SOURCES=\
|
||
|
Context.cpp \
|
||
|
DpDriver.cpp \
|
||
|
DpDriverData.cpp \
|
||
|
DpRegion.cpp \
|
||
|
PathIterator.cpp \
|
||
|
Transform.cpp \
|
||
|
DpPath.cpp
|
||
|
|
||
|
!ifndef DISABLE_PCH
|
||
|
PRECOMPILED_INCLUDE=precomp.hpp
|
||
|
PRECOMPILED_PCH=PCHddi.pch
|
||
|
PRECOMPILED_OBJ=PCHddi.obj
|
||
|
!endif
|