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.
34 lines
707 B
34 lines
707 B
PROJDIR=..
|
|
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=sxsserviceserver
|
|
TARGETPATH=$(PROJDIR)\obj
|
|
TARGETTYPE=DYNLINK
|
|
DLLDEF=sxsserviceserver.def
|
|
UMTYPE=windows
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\rpcutil.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(PROJDIR)\$(O)\sxsservicecommon.lib
|
|
|
|
INCLUDES=\
|
|
$(PROJDIR)\inc;\
|
|
$(PROJDIR)\inc\$(O);\
|
|
$(BASE_INC_PATH);\
|
|
$(SDK_INC_PATH);
|
|
|
|
USE_CRTDLL=1
|
|
USE_MSVCRT=1
|
|
|
|
SOURCES=\
|
|
sxsservice_server.c \
|
|
main.cpp \
|
|
install.cpp \
|
|
protectedstore.cpp \
|