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.

37 lines
1.0 KiB

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 2001
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. !include $(PROJECT_ROOT)\Slalom\Slalom.mk
  7. TARGETNAME=guidesearch
  8. TARGETPATH=obj
  9. TARGETTYPE=PROGRAM
  10. # include the following for a console app
  11. UMTYPE=console
  12. MANAGED_CODE=1
  13. SOURCES=\
  14. Guidesearch.cs \
  15. ProgramArgs.cs \
  16. REFERENCES=\
  17. System.Runtime.Remoting.dll; \
  18. System.dll; \
  19. System.Data.dll; \
  20. System.Xml.dll; \
  21. \\ehomefs\eHome\Release\Build\Latest.chk\System.DUser.dll; \
  22. \\ehomefs\eHome\Release\Build\Latest.chk\ServiceBus.Interop.Video.Player.dll; \
  23. \\ehomefs\eHome\Release\Build\Latest.chk\ServiceBus.Interop.Video.Tuner.dll; \
  24. \\ehomefs\eHome\Release\Build\Latest.chk\ServiceBus.Interop.RecordingGSCustomObject.dll; \
  25. \\ehomefs\eHome\Release\Build\Latest.chk\ServiceBus.UIFramework.dll; \
  26. \\ehomefs\eHome\Release\Build\Latest.chk\mediacenter.video.dll; \
  27. # System.Windows.Forms.dll; \
  28. # System.Drawing.dll; \