19 lines
295 B
Plaintext
19 lines
295 B
Plaintext
!ifndef GDIPROOT
|
|
GDIPROOT=$(ADVCORE_PATH)\gdiplus
|
|
!endif
|
|
|
|
!include $(GDIPROOT)\sources.inc
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=gdiplus
|
|
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETNAME=gdiplusguids
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=$(INCLUDES);$(SDK_INC_PATH)\gdiplus
|
|
|
|
SOURCES=\
|
|
imagingguds.cpp
|
|
|