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.

59 lines
1.2 KiB

  1. !IF 0
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Ben Hertzberg (05-24-2001)
  12. !ENDIF
  13. TARGETNAME=PowerCfg
  14. TARGETPATH=obj
  15. TARGETTYPE=PROGRAM
  16. INCLUDES=\
  17. $(ADMIN_INC_PATH)
  18. SOURCES=\
  19. PowerCfg.cpp \
  20. PowerMsg.cpp \
  21. PowerCfg.rc
  22. C_DEFINES= -DUNICODE -D_UNICODE -DSECURITY_WIN32
  23. USE_VCCOM=1
  24. USE_NTDLL=1
  25. USE_MSVCRT=1
  26. USE_NATIVE_EH=ASYNC
  27. !IF $(386)
  28. BINPLACE_PLACEFILE=placex86.txt
  29. !ELSE
  30. BINPLACE_PLACEFILE=placefil.txt
  31. !ENDIF
  32. UMENTRY=wmain
  33. UMTYPE=console
  34. UMLIBS=\
  35. $(UMLIBS) \
  36. $(ADMIN_LIB_PATH)\cmdline.lib \
  37. $(SDK_LIB_PATH)\user32.lib \
  38. $(SDK_LIB_PATH)\mpr.lib \
  39. $(SDK_LIB_PATH)\ole32.lib \
  40. $(SDK_LIB_PATH)\uuid.lib \
  41. $(SDK_LIB_PATH)\ws2_32.lib \
  42. $(SDK_LIB_PATH)\shlwapi.lib \
  43. $(SDK_LIB_PATH)\version.lib