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.

65 lines
1.4 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  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. !ENDIF
  11. NO_ERROR_ON_WARNING=TRUE
  12. !INCLUDE ..\..\user.mk
  13. MINORCOMP=ntciutil
  14. TARGETNAME=ntciutil
  15. TARGETTYPE=LIBRARY
  16. C_DEFINES=$(C_DEFINES:-UWIN32_LEAN_AND_MEAN=)
  17. INCLUDES=$(INCLUDES);..\..\pch;..\;..\..\h;..\..\h\$(O);..\..\cifrmcom
  18. SOURCES=..\cidir.cxx \
  19. ..\cimbmgr.cxx \
  20. ..\circstob.cxx \
  21. ..\dynstrm.cxx \
  22. ..\eventlog.cxx \
  23. ..\idxtab.cxx \
  24. ..\ntopen.cxx \
  25. ..\oleprop.cxx \
  26. ..\params.cxx \
  27. ..\pathpars.cxx \
  28. ..\pidtable.cxx \
  29. ..\perfobj.cxx \
  30. ..\phystr.cxx \
  31. ..\prcstob.cxx \
  32. ..\propbkp.cxx \
  33. ..\propmap.cxx \
  34. ..\rcsttest.cxx \
  35. ..\rcstrmhd.cxx \
  36. ..\rcstxact.cxx \
  37. ..\secstore.cxx \
  38. ..\spropmap.cxx \
  39. ..\sysimprs.cxx \
  40. ..\worker.cxx \
  41. ..\propmap.cxx \
  42. ..\wsecstor.cxx \
  43. ..\cistore.cxx \
  44. ..\propiter.cxx \
  45. ..\proprec.cxx \
  46. ..\propstor.cxx \
  47. ..\prpstmgr.cxx
  48. PRECOMPILED_OPTION=/Yu /Fp..\..\pch\$(_OBJ_DIR)\*\pch.pch
  49. PRECOMPILED_TARGET=..\..\pch\$(_OBJ_DIR)\*\pch.pch
  50. PRECOMPILED_CXX=1