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.

43 lines
802 B

  1. !IF 0
  2. Module Name: sources file for DirectUser Engine\Services project.
  3. Abstract:
  4. Author:
  5. JStall
  6. !ENDIF
  7. !include ..\sources.inc
  8. MAJORCOMP=user
  9. TARGETNAME=DUServices
  10. TARGETPATH=$(_OBJ_DIR)
  11. TARGETTYPE=LIBRARY
  12. TARGETLIBS=
  13. SOURCES=\
  14. Buffer.cpp \
  15. ComManager.cpp \
  16. Context.cpp \
  17. DxManager.cpp \
  18. FastDib.cpp \
  19. GdiCache.cpp \
  20. Globals.cpp \
  21. Hook.cpp \
  22. OSAL.cpp \
  23. ResourceManager.cpp \
  24. Surface.cpp \
  25. Thread.cpp \
  26. TicketManager.cpp
  27. UMTYPE=windows
  28. UMLIBS=
  29. PRECOMPILED_CXX=1
  30. PRECOMPILED_INCLUDE=stdafx.h
  31. PRECOMPILED_PCH=stdafx.pch
  32. PRECOMPILED_OBJ=stdafx.obj