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.
19 lines
245 B
19 lines
245 B
TARGETNAME=sfcfiles
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLDEF=..\sfcfiles.def
|
|
DLLENTRY=SfcDllEntry
|
|
|
|
INCLUDES=\
|
|
$(ADMIN_INC_PATH);
|
|
|
|
NO_STRING_POOLING=1
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
USE_NTDLL=1
|
|
|
|
SOURCES=\
|
|
..\sfcfiles.c\
|
|
..\sfcfiles.rc
|