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.

22 lines
353 B

  1. # Copyright (c) Microsoft Corporation
  2. NAME=sxsvc2
  3. TARGETPATH=$(_OBJ_DIR)
  4. TARGETNAME=$(NAME)
  5. TARGETTYPE=DYNLINK
  6. USE_MSVCRT=1
  7. DLLENTRY=DllEntry
  8. TARGETLIBS=\
  9. $(SDK_LIB_PATH)\ntdll.lib \
  10. $(SDK_LIB_PATH)\kernel32.lib \
  11. $(SDK_LIB_PATH)\advapi32.lib \
  12. INCLUDES= \
  13. $(INCLUDES);$(O)
  14. SOURCES=\
  15. $(NAME).c \
  16. !include ..\sources.inc