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.

74 lines
2.1 KiB

  1. !IF 0
  2. Copyright (c) 1989-1996 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. History:
  11. Common ccshell makefile and cleanup 15-Apr-96 Scott Hysom (scotth)
  12. Created 27-Sep-94 by Bob Day (bobday)
  13. from template created 12-Apr-1990 by Steve Wood (stevewo)
  14. !ENDIF
  15. !include ..\powercfg.inc
  16. SOURCES_USED = $(SOURCES_USED) ..\powercfg.inc
  17. TARGETNAME = powercfg
  18. TARGETPATH = obj
  19. TARGETTYPE = DYNLINK
  20. DLLENTRY = DllInitialize
  21. TARGETEXT = cpl
  22. TARGETLIBS = $(SDK_LIB_PATH)\advapi32.lib \
  23. $(SDK_LIB_PATH)\user32.lib \
  24. $(SDK_LIB_PATH)\gdi32.lib \
  25. $(SDK_LIB_PATH)\kernel32.lib \
  26. $(SHELL_LIB_PATH)\shfusion.lib \
  27. $(SHELL_LIB_PATH)\shell32p.lib \
  28. $(DDK_LIB_PATH)\batmeter.lib \
  29. $(SDK_LIB_PATH)\powrprof.lib \
  30. $(SDK_LIB_PATH)\ntdll.lib \
  31. $(SDK_LIB_PATH)\setupapi.lib \
  32. $(SDK_LIB_PATH)\shlwapi.lib \
  33. !ifndef TARGET_WIN95
  34. $(SDK_LIB_PATH)\oleaut32.lib \
  35. $(SDK_LIB_PATH)\uuid.lib \
  36. !endif
  37. ..\ups\lib\$(O)\ups.lib
  38. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
  39. USE_MSVCRT = 1
  40. DLLDEF = $O\powercfg.def
  41. SOURCES = ..\powercfg.c \
  42. ..\alarm.c \
  43. ..\batmtrcf.c \
  44. ..\getset.c \
  45. ..\hibernat.c \
  46. ..\prshthlp.c \
  47. ..\pwrschem.c \
  48. ..\pwrswtch.c \
  49. ..\ntapm.c \
  50. ..\powercfg.rc
  51. #
  52. # Fusionized
  53. #
  54. SXS_MANIFEST_RESOURCE_ID=124
  55. SXS_APPLICATION_MANIFEST=WindowsShell.Manifest