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.

64 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. !INCLUDE ..\user.mk
  12. MINORCOMP=restrict
  13. TARGETNAME=restrict
  14. TARGETTYPE=LIBRARY
  15. INCLUDES=$(INCLUDES);.;..\pch;..\..\inc;..\h;..\cifrmwrk\indexing
  16. SOURCES=coldesc.cxx \
  17. irest.cxx \
  18. memdeser.cxx \
  19. memser.cxx \
  20. norm.cxx \
  21. pickle.cxx \
  22. pidcvt.cxx \
  23. pidmap.cxx \
  24. pidremap.cxx \
  25. restrict.cxx \
  26. sizeser.cxx \
  27. stgvar.cxx \
  28. stgvara.cxx \
  29. stgvarb.cxx
  30. UMTYPE=console
  31. UMLIBS= \
  32. ..\pch\$(_OBJ_DIR)\*\pch.obj\
  33. $(SDK_LIB_PATH)\query.lib\
  34. $(SDK_LIB_PATH)\uuid.lib\
  35. $(SDK_LIB_PATH)\kernel32.lib \
  36. $(SDK_LIB_PATH)\user32.lib \
  37. $(SDK_LIB_PATH)\advapi32.lib \
  38. $(SDK_LIB_PATH)\ole32.lib \
  39. $(SDK_LIB_PATH)\oleaut32.lib\
  40. $(SDK_LIB_PATH)\imagehlp.lib\
  41. $(SDK_LIB_PATH)\ntdll.lib\
  42. $(SDK_LIB_PATH)\infoadmn.lib\
  43. $(SDK_LIB_PATH)\netapi32.lib
  44. UMTEST=tnorm
  45. PRECOMPILED_OPTION=/Yu /Fp..\pch\$(_OBJ_DIR)\*\pch.pch
  46. PRECOMPILED_TARGET=..\pch\$(_OBJ_DIR)\*\pch.pch
  47. PRECOMPILED_CXX=1