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.
32 lines
514 B
32 lines
514 B
!ifndef GDIPROOT
|
|
GDIPROOT=$(ADVCORE_PATH)\gdiplus
|
|
!endif
|
|
|
|
!include $(GDIPROOT)\sources.inc
|
|
|
|
INCLUDES=$(INCLUDES);.
|
|
|
|
SOURCES = \
|
|
Debug.cpp \
|
|
Unicode.cpp \
|
|
OSInfo.cpp \
|
|
Runtime.cpp \
|
|
Real.cpp \
|
|
critsec.cpp \
|
|
mem.cpp
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=gdiplus
|
|
|
|
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETNAME=runtime
|
|
TARGETTYPE=LIBRARY
|
|
|
|
|
|
!ifndef DISABLE_PCH
|
|
PRECOMPILED_INCLUDE=precomp.hpp
|
|
PRECOMPILED_PCH=PCHruntime.pch
|
|
PRECOMPILED_OBJ=PCHruntime.obj
|
|
!endif
|
|
|