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.

63 lines
1.5 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. ..\rcstrmhd.cxx \
  35. ..\rcstxact.cxx \
  36. ..\secstore.cxx \
  37. ..\spropmap.cxx \
  38. ..\sysimprs.cxx \
  39. ..\worker.cxx \
  40. ..\propmap.cxx \
  41. ..\cistore.cxx \
  42. ..\propiter.cxx \
  43. ..\proprec.cxx \
  44. ..\propstor.cxx \
  45. ..\prpstmgr.cxx
  46. PRECOMPILED_OPTION=/Yu /Fp..\..\pch\$(_OBJ_DIR)\*\pch.pch
  47. PRECOMPILED_TARGET=..\..\pch\$(_OBJ_DIR)\*\pch.pch
  48. PRECOMPILED_CXX=1