Source code of Windows XP (NT5)
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.

45 lines
1.0 KiB

  1. !INCLUDE ..\sources.inc
  2. SOURCES= \
  3. backup.cxx \
  4. config.cxx \
  5. cleanvol.cxx \
  6. dltadmin.cxx \
  7. dltadmin.rc \
  8. enumoid.cxx \
  9. link.cxx \
  10. oidsnap.cxx \
  11. procact.cxx \
  12. refresh.cxx \
  13. stubs.cxx \
  14. svrstat.cxx
  15. MAJORCOMP=trk
  16. MINORCOMP=dltadmin
  17. TARGETPATH=obj
  18. TARGETNAME=dltadmin
  19. TARGETTYPE=PROGRAM
  20. TARGETLIBS= \
  21. $(TARGETLIBS) \
  22. ..\common\$(O)\common.lib \
  23. ..\trkwks\$(O)\entropy.obj \
  24. ..\trkwks\$(O)\delmgr.obj \
  25. ..\trkwks\$(O)\volcache.obj \
  26. ..\trkwks\$(O)\wkssvc.obj\
  27. ..\trkwks\$(O)\vol.obj\
  28. ..\trkwks\$(O)\volmgr.obj\
  29. ..\trkwks\$(O)\oidindex.obj\
  30. ..\trkwks\$(O)\port.obj\
  31. ..\trkwks\$(O)\loghead.obj\
  32. ..\trkwks\$(O)\logsect.obj\
  33. ..\trkwks\$(O)\logfile.obj\
  34. ..\trkwks\$(O)\log.obj\
  35. ..\trkwks\$(O)\trkwks_sp.obj\
  36. ..\trkwks\$(O)\wksconfig.obj\
  37. ..\trkwks\$(O)\stub_trksvr_c.obj\
  38. ..\trkwks\$(O)\stub_trkwks_c.obj\
  39. ..\trksvr\$(O)\dbconn.obj\
  40. $(SDK_LIB_PATH)\ole32.lib
  41. UMTYPE=console