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.

38 lines
747 B

  1. !IF 0
  2. Module Name: sources file for DirectUser Engine\Ctrl project.
  3. Abstract:
  4. Author:
  5. JStall
  6. !ENDIF
  7. !include ..\sources.inc
  8. TARGETNAME=DUCtrl
  9. TARGETPATH=$(_OBJ_DIR)
  10. TARGETTYPE=LIBRARY
  11. SOURCES=\
  12. Animation.cpp \
  13. CtrlStubs.cpp \
  14. DragDrop.cpp \
  15. Extension.cpp \
  16. Flow.cpp \
  17. GdiHelp.cpp \
  18. Init.cpp \
  19. Interpolation.cpp \
  20. OldAnimation.cpp \
  21. OldDragDrop.cpp \
  22. OldExtension.cpp \
  23. OldInterpolation.cpp\
  24. Sequence.cpp
  25. UMTYPE=windows
  26. PRECOMPILED_CXX=1
  27. PRECOMPILED_INCLUDE=stdafx.h
  28. PRECOMPILED_PCH=stdafx.pch
  29. PRECOMPILED_OBJ=stdafx.obj