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
905 B

  1. !IF 0
  2. Copyright (c) 1991-1999, Microsoft Corporation All rights reserved.
  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. Julie Bennett (julieb) 30-July-1991
  12. !ENDIF
  13. MAJORCOMP = winnls
  14. MINORCOMP = nlstrans
  15. TARGETNAME = nlstrans
  16. TARGETPATH = obj
  17. TARGETTYPE = PROGRAM
  18. !IFNDEF MSC_WARNING_LEVEL
  19. MSC_WARNING_LEVEL = /W3
  20. !ENDIF
  21. MSC_WARNING_LEVEL = $(MSC_WARNING_LEVEL) /WX
  22. SOURCES = nlstrans.rc \
  23. nlstrans.c \
  24. alloc.c \
  25. codepage.c \
  26. ctype.c \
  27. geo.c \
  28. language.c \
  29. locale.c \
  30. sorting.c \
  31. table.c \
  32. unicode.c
  33. UMTYPE = console