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.

41 lines
727 B

  1. !IF 0
  2. Module Name: sources file for DirectUser Engine\Base project.
  3. Abstract:
  4. Author:
  5. JStall
  6. !ENDIF
  7. !include ..\sources.inc
  8. MAJORCOMP=user
  9. TARGETNAME=DUBase
  10. TARGETPATH=$(_OBJ_DIR)
  11. TARGETTYPE=LIBRARY
  12. TARGETLIBS=
  13. SOURCES=\
  14. AllocPool.cpp \
  15. Array.cpp \
  16. BaseObject.cpp \
  17. GfxHelp.cpp \
  18. List.cpp \
  19. Locks.cpp \
  20. Matrix.cpp \
  21. SimpleHeap.cpp \
  22. StringHelp.cpp \
  23. TempHeap.cpp \
  24. TreeNode.cpp
  25. UMTYPE=windows
  26. UMLIBS=
  27. PRECOMPILED_CXX=1
  28. PRECOMPILED_INCLUDE=stdafx.h
  29. PRECOMPILED_PCH=stdafx.pch
  30. PRECOMPILED_OBJ=stdafx.obj