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.

46 lines
1.0 KiB

  1. !include ..\common.inc
  2. SOURCES_USED = $(SOURCES_USED) ..\common.inc
  3. TARGETNAME=cscui
  4. TARGETPATH=obj
  5. TARGETTYPE=LIBRARY
  6. SOURCES=\
  7. ..\msg.mc \
  8. ..\dll.cpp \
  9. ..\util.cpp \
  10. ..\filelist.cpp \
  11. ..\msgbox.cpp \
  12. ..\shellex.cpp \
  13. ..\update.cpp \
  14. ..\volclean.cpp \
  15. ..\cscentry.cpp \
  16. ..\cscst.cpp \
  17. ..\strings.cpp \
  18. ..\debug.cpp \
  19. ..\admin.cpp \
  20. ..\folder.cpp \
  21. ..\enum.cpp \
  22. ..\items.cpp \
  23. ..\security.cpp \
  24. ..\syncmgr.cpp \
  25. ..\idldata.cpp \
  26. ..\fmtetc.cpp \
  27. ..\firstpin.cpp \
  28. ..\statdlg.cpp \
  29. ..\termserv.cpp \
  30. ..\fopendlg.cpp \
  31. ..\eventlog.cpp \
  32. ..\sharecnx.cpp \
  33. ..\options.cpp \
  34. ..\config.cpp \
  35. ..\filesize.cpp \
  36. ..\openfile.cpp \
  37. ..\purge.cpp \
  38. ..\nopin.cpp
  39. PRECOMPILED_CXX=1
  40. PRECOMPILED_INCLUDE=..\pch.h
  41. PRECOMPILED_PCH=pch.pch
  42. PRECOMPILED_OBJ=pch.obj