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
355 B
21 lines
355 B
TARGETNAME=ws2ifsl
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
C_DEFINES=$(C_DEFINES) -DNT -D_NTDRIVER_
|
|
|
|
INCLUDES=..\inc;..\..\inc;$(BASE_INC_PATH)
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
|
|
SOURCES=\
|
|
debug.c \
|
|
dispatch.c \
|
|
driver.c \
|
|
misc.c \
|
|
process.c \
|
|
queue.c \
|
|
socket.c \
|
|
ws2ifsl.rc
|