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.

61 lines
1.9 KiB

  1. !INCLUDE ..\sources.inc
  2. #
  3. # set TWK_OWN_PROCESS to 1 to build a Tracking (Workstation) Service that
  4. # runs in its own process
  5. #
  6. # set TWK_OWN_PROCESS to 0 to build a Tracking (Workstation) Service that
  7. # runs in services.exe as part of the server service
  8. #
  9. SOURCES=ttimer.cxx
  10. MAJORCOMP=trk
  11. MINORCOMP=utest
  12. TARGETPATH=obj
  13. TARGETNAME=ttimer
  14. TARGETTYPE=PROGRAM
  15. INCLUDES=$(INCLUDES);..\itrkadmn
  16. UMTYPE=console
  17. UMAPPL=toidsnap*tlink*ttunnel*tbackup #*tldap*trestore*tforceown
  18. USE_VCCOM=1 #** Turn on new compiler COM support
  19. TARGETLIBS= $(TARGETLIBS)\
  20. $(SDK_LIB_PATH)\gdi32.lib \
  21. $(SDK_LIB_PATH)\user32.lib \
  22. $(SDK_LIB_PATH)\ole32.lib \
  23. ..\common\$(O)\common.lib \
  24. ..\common\$(O)\objidenm.obj \
  25. ..\trkwks\$(O)\entropy.obj \
  26. ..\trkwks\$(O)\delmgr.obj \
  27. ..\trkwks\$(O)\volcache.obj \
  28. ..\trkwks\$(O)\loghead.obj\
  29. ..\trkwks\$(O)\wkssvc.obj\
  30. ..\trkwks\$(O)\stubs.obj\
  31. ..\trkwks\$(O)\volumes.obj\
  32. ..\trkwks\$(O)\port.obj\
  33. ..\trkwks\$(O)\config.obj\
  34. ..\trkwks\$(O)\loghead.obj\
  35. ..\trkwks\$(O)\trkwks_sp.obj\
  36. ..\trkwks\$(O)\logsect.obj\
  37. ..\trkwks\$(O)\logfile.obj\
  38. ..\trkwks\$(O)\oidindex.obj\
  39. ..\trkwks\$(O)\log.obj\
  40. ..\trksvr\$(O)\crossdom.obj\
  41. ..\trksvr\$(O)\dbconn.obj\
  42. ..\trksvr\$(O)\denial.obj\
  43. ..\trksvr\$(O)\idt_ldap.obj\
  44. ..\trksvr\$(O)\svrmain.obj\
  45. ..\trksvr\$(O)\trksvr_sp.obj\
  46. ..\trksvr\$(O)\svrsvc.obj\
  47. ..\trksvr\$(O)\voltab.obj\
  48. ..\trkwks\$(O)\stubs.obj\
  49. ..\trksvr\$(O)\seqstg.obj\
  50. ..\trksvr\$(O)\quota.obj
  51. UMLIBS= $(TARGETLIBS)