mirror of https://github.com/tongzx/nt5src
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.
21 lines
339 B
21 lines
339 B
TARGETNAME=wship6
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=DllInitialize
|
|
USE_NTDLL=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\wsock32.lib \
|
|
$(SDK_LIB_PATH)\iphlpapi.lib
|
|
|
|
LINKLIBS=\
|
|
$(SDK_LIB_PATH)\ws2_32.lib
|
|
|
|
INCLUDES=..\inc
|
|
|
|
SOURCES= \
|
|
wship6.c \
|
|
wship6.rc
|