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.

111 lines
2.1 KiB

  1. # SOURCES.INC
  2. #
  3. # Common portions of SOURCES files used in both the Ansi and Unicode
  4. # subdirectories of NMUTIL.
  5. #
  6. # The SOURCES_SUBDIR variable must be defined in the including SOURCES
  7. # file for this INC file to work.
  8. !ifndef SOURCES_SUBDIR
  9. !error Your .\sources. file must define the SOURCES_SUBDIR= macro
  10. !endif
  11. !include $(DEVROOT)\common.inc
  12. MAJORCOMP=common
  13. MINORCOMP=$(SOURCES_SUBDIR)
  14. TARGETNAME=$(SOURCES_SUBDIR)
  15. TARGETPATH=$(_OBJ_DIR)
  16. TARGETTYPE=LIBRARY
  17. C_DEFINES=$(C_DEFINES) -DOS_WIN95
  18. ASM_DEFINES=$(ASM_DEFINES)
  19. 386_STDCALL=1
  20. # Always enable intrinsics
  21. USER_C_FLAGS=/Oi
  22. #
  23. # MIDL-generated header file
  24. #
  25. USER_INCLUDES=uls2.h
  26. #
  27. # Parameters for MIDL
  28. #
  29. IDL_TYPE=ole
  30. PASS0_HEADERDIR = $(ROOT)\nmutil\$(SOURCES_SUBDIR)\$(O)
  31. PASS0_SOURCEDIR = $(ROOT)\nmutil\$(SOURCES_SUBDIR)\$(O)
  32. MIDL_UUIDDIR = $(ROOT)\nmutil\$(SOURCES_SUBDIR)\$(O)
  33. #
  34. # List of sources
  35. #
  36. SOURCES=uls2.idl \
  37. ..\bstring.cpp \
  38. ..\borderwindow.cpp \
  39. ..\button.cpp \
  40. ..\centwnd.cpp \
  41. ..\combobox.cpp \
  42. ..\cstring.cpp \
  43. ..\custring.cpp \
  44. ..\dbg.cpp \
  45. ..\debspew.cpp \
  46. ..\dllutil.cpp \
  47. ..\edittext.cpp \
  48. ..\genwindow.cpp \
  49. ..\intlutil.cpp \
  50. ..\memory.cpp \
  51. ..\nmdsprv.cpp \
  52. ..\nmhelp.cpp \
  53. ..\oblist.cpp \
  54. ..\olevalid.c \
  55. ..\oprahcom.cpp \
  56. ..\ping.cpp \
  57. ..\procutil.cpp \
  58. ..\purecall.cpp \
  59. ..\referenc.cpp \
  60. ..\regentry.cpp \
  61. ..\resstr.cpp \
  62. ..\strutil.cpp \
  63. ..\strtohex.cpp \
  64. ..\toolbar.cpp \
  65. ..\hextostr.cpp \
  66. ..\utf8str.cpp \
  67. ..\valid.cpp \
  68. ..\mlzdbg.cpp \
  69. ..\evtlog.cpp \
  70. ..\hash.cpp \
  71. ..\bestintf.cpp
  72. i386_SOURCES=\
  73. ..\i386\procid.asm \
  74. ..\i386\seh.c
  75. #
  76. # Precompiled specs
  77. #
  78. PRECOMPILED_INCLUDE = ..\precomp.h
  79. PRECOMPILED_PCH = precomp.pch
  80. PRECOMPILED_OBJ = precomp.obj
  81. PRECOMPILED_CXX = 1
  82. CONDITIONAL_INCLUDES = \
  83. subwtype.h \
  84. macocidl.h \
  85. macwin32.h \
  86. rpcerr.h \
  87. rpcmac.h \
  88. winwlm.h \
  89. macname1.h \
  90. macname2.h \
  91. macpub.h \
  92. macapi.h