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.

32 lines
701 B

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. !include $(CCSHELL_DIR)\explorer\explorer.inc
  3. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\explorer\explorer.inc
  4. INCLUDES = $(INCLUDES);$(DS_INC_PATH);
  5. INCLUDES=$(INCLUDES);$(WINDOWS_INC_PATH)\DUser;$(NET_INC_PATH)
  6. USE_WTL = 1
  7. TARGETNAME = dv2host
  8. TARGETPATH = obj
  9. TARGETTYPE = LIBRARY
  10. SOURCES = \
  11. deskhost.cpp \
  12. hostutil.cpp \
  13. logoff.cpp \
  14. moreprog.cpp \
  15. proglist.cpp \
  16. sfthost.cpp \
  17. specfldr.cpp \
  18. userpane.cpp \
  19. defaultmfu.cpp \
  20. wrapctl.cpp
  21. PRECOMPILED_CXX=1
  22. PRECOMPILED_INCLUDE=stdafx.h
  23. PRECOMPILED_PCH=desktop2.pch
  24. PRECOMPILED_OBJ=desktop2.obj