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.

51 lines
1.1 KiB

  1. TARGETNAME=shutdowntask
  2. TARGETPATH=$(SASS_BINDIR)
  3. TARGETTYPE=DYNLINK
  4. DLLENTRY=_DllMainCRTStartup
  5. DLLDEF=shutdowntask.def
  6. INCLUDES=\
  7. $(SASS_INC);\
  8. $(BASEDIR)\public\sdk\inc\atl21; \
  9. $(BASEDIR)\public\sdk\inc\crt; \
  10. $(BASEDIR)\public\sdk\inc; \
  11. $(BASEDIR)\private\inc; \
  12. $(BASEDIR)\private\idl; \
  13. #PRECOMPILED_INCLUDE = stdafx.h
  14. #PRECOMPILED_SOURCEFILE = stdafx.cpp
  15. #PRECOMPILED_CXX=1
  16. MIDL_OPTIMIZATION=-Oicf -robust -no_format_opt -error all
  17. USE_STATIC_ATL=1
  18. ATL_VER=21
  19. USE_STL=1
  20. USE_RTTI=1
  21. USE_VCCOM=1
  22. USE_MSVCRT=1
  23. USER_C_FLAGS=/EHsc
  24. C_DEFINES=$(C_DEFINES) -DUNICODE
  25. TARGETLIBS= \
  26. $(SDK_LIB_PATH)\kernel32.lib \
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. $(SDK_LIB_PATH)\user32.lib \
  29. $(SDK_LIB_PATH)\ole32.lib \
  30. $(SDK_LIB_PATH)\oleaut32.lib \
  31. $(SDK_LIB_PATH)\uuid.lib \
  32. $(SDK_LIB_PATH)\powrprof.lib \
  33. $(SASS_LIB)\sacommon.lib \
  34. $(SASS_LIB)\sauuid.lib \
  35. $(SASS_LIB)\satrace.lib \
  36. SOURCES=\
  37. shutdowntask.idl \
  38. shutdowntask.cpp \
  39. worker.cpp \
  40. stdafx.cpp \
  41. shutdowntask.rc