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

33 lines
743 B
Plaintext

!ifndef GDIPROOT
GDIPROOT=$(ADVCORE_PATH)\gdiplus
!endif
TARGETNAME=frametest
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=PROGRAM
SOURCES=frametest.cpp \
winutil.cpp \
frametest.rc
SUBSYSTEM_VERSION=4.00
USE_MSVCRT=1
C_DEFINES=
INCLUDES=$(GDIPROOT)\sdkinc;$(GDIPROOT)\privinc
LINKER_FLAGS=$(LINKER_FLAGS) /fixed:no
UMENTRY=main
UMTYPE=console
UMLIBS=\
$(GDIPROOT)\engine\flat\dll\$(O)\gdiplus.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\urlmon.lib \
$(SDK_LIB_PATH)\setargv.obj \
$(SDK_LIB_PATH)\binmode.obj