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.

47 lines
701 B

  1. !IF 0
  2. Copyright (c) 1989-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. Mark Zbikowski (5-18-2001)
  12. !ENDIF
  13. TARGETNAME=help
  14. TARGETPATH=obj
  15. TARGETTYPE=PROGRAM
  16. UMTYPE=console
  17. UMENTRY=wmain
  18. USE_MSVCRT=1
  19. C_DEFINES=-DUNICODE -D_UNICODE
  20. INCLUDES=$(WINDOWS_INC_PATH)
  21. PASS0_HEADERDIR=$(O)
  22. PASS0_SOURCEDIR=$(O)
  23. SOURCES=help.c \
  24. help.rc \
  25. msg.mc
  26. TARGETLIBS=\
  27. $(SDK_LIB_PATH)\kernl32p.lib