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.
22 lines
353 B
22 lines
353 B
# Copyright (c) Microsoft Corporation
|
|
|
|
NAME=sxsvc2
|
|
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETNAME=$(NAME)
|
|
TARGETTYPE=DYNLINK
|
|
USE_MSVCRT=1
|
|
DLLENTRY=DllEntry
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
|
|
INCLUDES= \
|
|
$(INCLUDES);$(O)
|
|
|
|
SOURCES=\
|
|
$(NAME).c \
|
|
|
|
!include ..\sources.inc
|