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
379 B
26 lines
379 B
!include ..\..\..\cobra.mk
|
|
|
|
!include $(COBRA_ROOT)\tools\utiltool\utiltool.mk
|
|
|
|
# component
|
|
MINORCOMP=homenet
|
|
|
|
# target
|
|
TARGETNAME=homenet
|
|
TARGETTYPE=PROGRAM
|
|
|
|
|
|
SOURCES= \
|
|
main.c \
|
|
resource.rc \
|
|
|
|
# app settings
|
|
UMTYPE=console
|
|
UMENTRY=main
|
|
|
|
|
|
TARGETLIBS=$(TARGETLIBS) \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
|
|
|
|
|