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.

68 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=srch
  13. TARGETNAME=srch
  14. TARGETTYPE=PROGRAM
  15. #
  16. # This should really use the copy of C_DEFINES in ..\user.mk but rc.exe doesn't
  17. # understand the -U switch.
  18. #
  19. C_DEFINES=$(C_DEFINES:-UWIN32_LEAN_AND_MEAN=)
  20. C_DEFINES=$(C_DEFINES:-FI=-I)
  21. SOURCES=srch.cxx\
  22. srchwnd.cxx\
  23. srchutil.cxx\
  24. srchq.cxx\
  25. toolbar.cxx\
  26. brview.cxx\
  27. brctrl.cxx\
  28. brmodel.cxx\
  29. brdoc.cxx\
  30. view.cxx\
  31. lview.cxx\
  32. watch.cxx\
  33. srch.rc
  34. UMTYPE=windows
  35. UMENTRY=winmain
  36. MISCFILES=srch.chm
  37. BACKGROUND_USE=1
  38. UMLIBS= $(LINKLIBS) \
  39. $(SDK_LIB_PATH)\ntquery.lib\
  40. $(SDK_LIB_PATH)\oleaut32.lib \
  41. $(SDK_LIB_PATH)\uuid.lib\
  42. $(SDK_LIB_PATH)\comdlg32.lib \
  43. $(SDK_LIB_PATH)\comctl32.lib \
  44. $(SHELL_LIB_PATH)\comctlp.lib \
  45. $(SDK_LIB_PATH)\shell32.lib \
  46. $(SDK_LIB_PATH)\htmlhelp.lib \
  47. $(SDK_LIB_PATH)\wininet.lib
  48. PRECOMPILED_CXX=pch.cxx
  49. PRECOMPILED_INCLUDE=pch.cxx