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.

55 lines
998 B

  1. !IF 0
  2. Copyright (c) 1994 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. Steve Cathcart (stevecat) 15-Nov-1994
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. TARGETNAME=batt
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. TARGETEXT=dll
  18. TARGETLIBS=\
  19. $(SDK_LIB_PATH)\kernel32.lib \
  20. $(SDK_LIB_PATH)\user32.lib \
  21. $(SDK_LIB_PATH)\setupapi.lib \
  22. $(SDK_LIB_PATH)\powrprof.lib \
  23. DLLENTRY= LibMain
  24. UMTYPE=windows
  25. SOURCES= ci.c \
  26. batt.rc
  27. PRECOMPILED_INCLUDE=proj.h
  28. PRECOMPILED_PCH=proj.pch
  29. PRECOMPILED_OBJ=proj.obj
  30. #
  31. # Fusionized
  32. #
  33. SXS_MANIFEST_RESOURCE_ID=123
  34. SXS_APPLICATION_MANIFEST=WindowsShell.Manifest