Leaked source code of windows server 2003
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.

33 lines
707 B

  1. PROJDIR=..
  2. !include $(PROJDIR)\makefile.inc
  3. TARGETNAME=sxsserviceserver
  4. TARGETPATH=$(PROJDIR)\obj
  5. TARGETTYPE=DYNLINK
  6. DLLDEF=sxsserviceserver.def
  7. UMTYPE=windows
  8. TARGETLIBS=\
  9. $(SDK_LIB_PATH)\ntdll.lib \
  10. $(SDK_LIB_PATH)\kernel32.lib \
  11. $(SDK_LIB_PATH)\advapi32.lib \
  12. $(SDK_LIB_PATH)\rpcutil.lib \
  13. $(SDK_LIB_PATH)\rpcrt4.lib \
  14. $(SDK_LIB_PATH)\uuid.lib \
  15. $(SDK_LIB_PATH)\user32.lib \
  16. $(PROJDIR)\$(O)\sxsservicecommon.lib
  17. INCLUDES=\
  18. $(PROJDIR)\inc;\
  19. $(PROJDIR)\inc\$(O);\
  20. $(BASE_INC_PATH);\
  21. $(SDK_INC_PATH);
  22. USE_CRTDLL=1
  23. USE_MSVCRT=1
  24. SOURCES=\
  25. sxsservice_server.c \
  26. main.cpp \
  27. install.cpp \
  28. protectedstore.cpp \