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.

46 lines
863 B

  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=cxxflt
  13. TARGETNAME=cxxflt
  14. TARGETTYPE=DYNLINK
  15. C_DEFINES=$(C_DEFINES:-UWIN32_LEAN_AND_MEAN=)
  16. SOURCES=cxxflt.rc\
  17. cxx.cxx\
  18. cxxflt.cxx\
  19. cxxifilt.cxx\
  20. fstrm.cxx\
  21. tsource.cxx\
  22. mapper.cxx
  23. DLLDEF=$(_OBJ_DIR)\*\cxxflt.def
  24. LINKLIBS=\
  25. $(SDK_LIB_PATH)\ntquery.lib\
  26. $(SDK_LIB_PATH)\uuid.lib\
  27. $(SDK_LIB_PATH)\user32.lib \
  28. $(LINKLIBS)
  29. DLLENTRY=_DllMainCRTStartup
  30. PRECOMPILED_CXX=pch.cxx
  31. PRECOMPILED_INCLUDE=pch.cxx