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.
 
 
 
 
 
 

46 lines
1.2 KiB

!ifndef GDIPROOT
GDIPROOT=$(ADVCORE_PATH)\gdiplus
!endif
!include $(GDIPROOT)\sources.inc
MAJORCOMP=windows
MINORCOMP=gdiplus
TARGETPATH=$(_OBJ_DIR)
TARGETNAME=gpmf3216
TARGETTYPE=LIBRARY
INCLUDES=$(INCLUDES);..\Common;..\..\..\..\Core\w32inc;..\..\..\..\core\ntgdi\inc;..\..\..\..\core\ntgdi\client;..\..\..\
\..\core\ntgdi\gre;..\..\sdkinc;..\runtime
INCLUDES=$(INCLUDES);..\..\..\..\..\public\internal\base\inc
SOURCES= beziers.c \
bitmaps.c \
colors.c \
conics.c \
fonts.c \
lines.c \
misc.c \
objects.c \
paths.c \
polygons.c \
rects.c \
regions.c \
text.c \
win16api.c \
xforms.c \
preamble.c \
emit.c \
parser.c \
apientry.c \
handlers.c \
Metafile.cpp \
GdipPathFlatten.cpp
!ifndef DISABLE_PCH
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=PCHgpmf3216.pch
PRECOMPILED_OBJ=PCHgpmf3216.obj
!endif