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.
29 lines
554 B
29 lines
554 B
!include ..\..\..\cobra.mk
|
|
|
|
!include $(COBRA_ROOT)\tools\utiltool\utiltool.mk
|
|
|
|
# component
|
|
MINORCOMP=icontool
|
|
|
|
# target
|
|
TARGETNAME=icontool
|
|
TARGETTYPE=PROGRAM
|
|
|
|
|
|
SOURCES= \
|
|
icontool.c \
|
|
resource.rc \
|
|
|
|
# app settings
|
|
UMTYPE=console
|
|
UMENTRY=main
|
|
|
|
# SDK link libraries
|
|
|
|
TARGETLIBS=$(TARGETLIBS) \
|
|
$(SDK_LIB_PATH)\setupapi.lib \
|
|
$(COBRA_ROOT)\lib\$(O)\modimage.lib \
|
|
$(COBRA_ROOT)\lib\$(O)\icons.lib \
|
|
$(COBRA_ROOT)\lib\$(O)\file.lib
|
|
|
|
|