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.

61 lines
1.1 KiB

  1. !IF 0
  2. Copyright (c) 1989-91 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 Wood (stevewo) 12-Apr-1990
  12. Revision History:
  13. !ENDIF
  14. !include ..\..\..\place.inc
  15. MAJORCOMP=inetsvcs
  16. MINORCOMP=fechrcnv
  17. MSC_WARNING_LEVEL=/W3 /WX
  18. !IF 0
  19. TARGETNAME=festrcnv - Renamed to not mess up Index Server
  20. !ENDIF
  21. TARGETNAME=lisfecnv
  22. TARGETPATH=obj
  23. TARGETTYPE=DYNLINK
  24. DLLENTRY=DLLEntry
  25. USE_MSVCRT=1
  26. TARGETLIBS=\
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. $(SDK_LIB_PATH)\kernel32.lib \
  29. $(SDK_LIB_PATH)\user32.lib \
  30. INCLUDES=..\..\inc;\
  31. ..;..\..\..\inc
  32. SOURCES=\
  33. detjpncs.c \
  34. euc2sjis.c \
  35. festrcnv.rc \
  36. jis2sjis.c \
  37. pc2unix.c \
  38. sjis2euc.c \
  39. sjis2jis.c \
  40. status.c \
  41. unix2pc.c