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
1.2 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. 13-Oct-96 broken away from mailnews (t-erikne) (see below note)
  12. Created by Bryan Tuttle (bryant)
  13. from template created 12-Apr-1990 by Steve Wood (stevewo)
  14. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  15. . . . This is only loosly tied to mailnews, so it uses its own include line
  16. and its own pch. Expected to go away soon into mimeole.
  17. !ENDIF
  18. ATHROOT=..\..
  19. !include $(ATHROOT)\athena.inc
  20. SOURCES_USED=$(SOURCES_USED) $(ATHROOT)\athena.inc
  21. PRECOMPILED_INCLUDE=pch.hxx
  22. PRECOMPILED_CXX=1
  23. TARGETNAME=fechrcnv
  24. TARGETPATH=obj
  25. TARGETTYPE=LIBRARY
  26. INCLUDES=\
  27. $(BASEDIR)\private\windows\inc; \
  28. .
  29. SOURCES = \
  30. detjpncs.c \
  31. euc2sjis.c \
  32. pc2unix.c \
  33. sjis2euc.c \
  34. sjis2jis.c \
  35. status.c \
  36. unix2pc.c \
  37. ConvBase.cpp \
  38. JisIn.cpp \
  39. KscIn.cpp \
  40. KscOut.cpp \
  41. HzGbIn.cpp \
  42. HzGbOut.cpp