Windows2003-3790/windows/advcore/gdiplus/test/functest/sources
2020-09-30 16:53:55 +02:00

108 lines
2.3 KiB
Plaintext

!IF 0
Copyright (c) 1989 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Steve Wood (stevewo) 12-Apr-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MSC_OPTIMIZATION=/W3
GDIPROOT=$(ADVCORE_PATH)\gdiplus
!include $(GDIPROOT)\sources.inc
MAJORCOMP=windows
MINORCOMP=functest
TARGETNAME=functest
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=PROGRAM
INCLUDES=$(GDIPROOT)\sdkinc
SOURCES=CAntialias.cpp \
CHalfPixel.cpp \
CBitmaps.cpp \
CBKGradient.cpp \
CCachedBitmap.cpp \
CChecker.cpp \
CCompoundLines.cpp \
CContainer.cpp \
CContainerClip.cpp \
CDashes.cpp \
CDash.cpp \
CDIB.cpp \
CDirect3D.cpp \
CFile.cpp \
CBitmap.cpp \
CFuncTest.cpp \
CGradients.cpp \
CHalftone.cpp \
CHatch.cpp \
CHDC.cpp \
CHWND.cpp \
CImaging.cpp \
CRecolor.cpp \
CSystemColor.cpp \
CInsetLines.cpp \
CMetafile.cpp \
CMixedObjects.cpp \
COutput.cpp \
CPaths.cpp \
CPolygons.cpp \
CPrimitive.cpp \
CPrimitives.cpp \
CPrinter.cpp \
CQuality.cpp \
CRegions.cpp \
CRegression.cpp \
CRotate.cpp \
CSetting.cpp \
CSourceCopy.cpp \
CText.cpp \
cprinting.cpp \
CReadWrite.cpp \
CPathGradient.cpp \
Main.cpp \
functest.rc \
guid.c \
debug.cpp \
cextra.cpp \
cfillmode.cpp\
CLines.cpp
UMTYPE=windows
UMENTRY=main
UMLIBS=\
!if $(HW_ACCELERATION_SUPPORT)
$(SDK_LIB_PATH)\ddraw.lib \
!endif
$(GDIPROOT)\engine\flat\dll\$(O)\gdiplus.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\comctl32.lib \