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.
18 lines
335 B
18 lines
335 B
TARGETNAME=simptcp
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
PRECOMPILED_INCLUDE=simptcp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib
|
|
|
|
SOURCES=\
|
|
eventlog.c \
|
|
simpmsg.mc \
|
|
simptcp.c \
|
|
simptcp.rc
|