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.

36 lines
579 B

  1. !IF 0
  2. Module Name: sources file for DirectUser Engine\AutoUtil project.
  3. Abstract:
  4. Author:
  5. JStall
  6. !ENDIF
  7. !include ..\sources.inc
  8. MAJORCOMP=user
  9. TARGETNAME=DUAutoUtil
  10. TARGETPATH=$(_OBJ_DIR)
  11. TARGETTYPE=LIBRARY
  12. TARGETLIBS=
  13. SOURCES=\
  14. AssertDlg.cpp \
  15. AutoUtil.cpp \
  16. DebugCore.cpp
  17. # Need to turn off all optimizations for call-stacks generation to work.
  18. MSC_OPTIMIZATION=/Odi
  19. UMTYPE=windows
  20. UMLIBS=
  21. PRECOMPILED_CXX=1
  22. PRECOMPILED_INCLUDE=stdafx.h
  23. PRECOMPILED_PCH=stdafx.pch
  24. PRECOMPILED_OBJ=stdafx.obj