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.
28 lines
453 B
28 lines
453 B
!ifndef GDIPROOT
|
|
GDIPROOT=$(ADVCORE_PATH)\gdiplus
|
|
!endif
|
|
|
|
!include $(GDIPROOT)\sources.inc
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=gdiplus
|
|
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETNAME=gdipExtra
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES=$(C_DEFINES) -DEXTRALIBDECL
|
|
|
|
SOURCES=\
|
|
StaticFlatApi.cpp
|
|
|
|
|
|
OBJLIBFILES=$(OBJLIBFILES)
|
|
|
|
!ifndef DISABLE_PCH
|
|
PRECOMPILED_INCLUDE=precomp.hpp
|
|
PRECOMPILED_PCH=PCHgdipExtra.pch
|
|
PRECOMPILED_OBJ=PCHgdipExtra.obj
|
|
!endif
|
|
|
|
|