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.
24 lines
341 B
24 lines
341 B
TARGETNAME=sfcexts
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
INCLUDES=\
|
|
$(INCLUDES);\
|
|
..\rpc\idl\$(O);\
|
|
..\rpc\idl;\
|
|
..\dll;\
|
|
..\dll\$(O);\
|
|
..\files;\
|
|
$(COM_INC_PATH);\
|
|
$(WINDOWS_INC_PATH);\
|
|
$(ADMIN_INC_PATH)
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
USE_MSVCRT=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
SOURCES=\
|
|
sfcext.c\
|
|
sfcexts.rc
|