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.

88 lines
1.5 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)
  31. MIDL_UUIDDIR = $(ROOT)\nmutil\$(SOURCES_SUBDIR)
  32. #
  33. # List of sources
  34. #
  35. SOURCES=..\bstring.cpp \
  36. ..\cstring.cpp \
  37. ..\custring.cpp \
  38. ..\dbg.cpp \
  39. ..\debspew.cpp \
  40. ..\memory.cpp \
  41. ..\oblist.cpp \
  42. ..\purecall.cpp \
  43. ..\referenc.cpp \
  44. ..\regentry.cpp \
  45. ..\resstr.cpp \
  46. ..\strutil.cpp \
  47. ..\strtohex.cpp \
  48. ..\hextostr.cpp \
  49. ..\utf8str.cpp \
  50. ..\valid.cpp \
  51. ..\mlzdbg.cpp \
  52. ..\hash.cpp
  53. #
  54. # Precompiled specs
  55. #
  56. PRECOMPILED_INCLUDE = ..\precomp.h
  57. PRECOMPILED_PCH = precomp.pch
  58. PRECOMPILED_OBJ = precomp.obj
  59. PRECOMPILED_CXX = 1
  60. CONDITIONAL_INCLUDES = \
  61. subwtype.h \
  62. macocidl.h \
  63. macwin32.h \
  64. rpcerr.h \
  65. rpcmac.h \
  66. winwlm.h \
  67. macname1.h \
  68. macname2.h \
  69. macpub.h \
  70. macapi.h