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
|
|
|
|
|