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.
26 lines
570 B
26 lines
570 B
MAJORCOMP=windows
|
|
MINORCOMP=pseudotest
|
|
|
|
TARGETNAME=pseudotest
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
|
|
GDIPROOT=$(ADVCORE_PATH)\gdiplus
|
|
|
|
SOURCES=test.cpp
|
|
|
|
INCLUDES=.;$(GDIPROOT)\sdkinc
|
|
C_DEFINES=-DUNICODE -D_UNICODE
|
|
USE_MSVCRT=1
|
|
|
|
UMTYPE=console
|
|
UMLIBS=\
|
|
$(GDIPROOT)\Engine\flat\dll\$(O)\gdiplus.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\binmode.obj \
|
|
$(SDK_LIB_PATH)\setargv.obj \
|
|
$(SDK_LIB_PATH)\comctl32.lib
|
|
|