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.

66 lines
1.8 KiB

  1. #+---------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1992 - 1993.
  5. #
  6. # File: sources
  7. #
  8. # History: 02-Aug-94 LyleC Created
  9. # 26-Jan-96 MikeHill Added "sifmt_i.c"
  10. #
  11. #----------------------------------------------------------------------------
  12. TARGETNAME=immxlib
  13. TARGETPATH=$(_OBJ_DIR)
  14. TARGETTYPE=LIBRARY
  15. TARGET_BOTH = 1
  16. NOT_UNICODE = 1
  17. PRECOMPILED_CXX = 1
  18. WIN32_WINNT_VERSION = 0x0500
  19. PRECOMPILED_INCLUDE = private.h
  20. !include ..\common.inc
  21. SOURCES_USED = $(SOURCES_USED) ..\common.inc
  22. SOURCES = tes.cpp \
  23. regsvr.cpp \
  24. regimx.cpp \
  25. immxutil.cpp \
  26. immlist.cpp \
  27. xstring.cpp \
  28. kes.cpp \
  29. ptrary.cpp \
  30. strary.cpp \
  31. editcb.cpp \
  32. ico.cpp \
  33. timsink.cpp \
  34. dap.cpp \
  35. dispattr.cpp \
  36. proputil.cpp \
  37. catutil.cpp \
  38. init.cpp \
  39. ats.cpp \
  40. globals.cpp \
  41. sink.cpp \
  42. computil.cpp \
  43. nuibase.cpp \
  44. fnprbase.cpp \
  45. syslbar.cpp \
  46. sdo.cpp \
  47. lpns.cpp \
  48. pkes.cpp \
  49. fontlink.cpp \
  50. fontlnkv.cpp \
  51. lbmenu.cpp \
  52. mes.cpp \
  53. cstring.cpp \
  54. cleanup.cpp \
  55. iconlib.cpp \
  56. plex.cpp \
  57. combase.cpp \
  58. cicutil.cpp
  59. SYNCHRONIZE_BLOCK=1