Source code of Windows XP (NT5)
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.

60 lines
1.1 KiB

  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. USE_MSVCRT=1
  24. DLLENTRY= LibMain
  25. NOT_LEAN_AND_MEAN=1
  26. C_DEFINES=-DWIN32 -DWINNT -D_WIN32
  27. WINVER_VERSION=0x0400
  28. UMTYPE=windows
  29. EXPECTED_WINVER=4.0
  30. SOURCES= ci.c \
  31. util.c \
  32. batt.rc
  33. PRECOMPILED_INCLUDE=proj.h
  34. PRECOMPILED_PCH=proj.pch
  35. PRECOMPILED_OBJ=proj.obj
  36. MSC_WARNING_LEVEL=-W3 -WX
  37. #
  38. # Fusionized
  39. #
  40. SXS_MANIFEST_RESOURCE_ID=123
  41. SXS_APPLICATION_MANIFEST=WindowsShell.Manifest