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.
 
 
 
 
 
 

48 lines
918 B

# Copyright (c) 1996-1999 Microsoft Corporation
!INCLUDE ..\sources.inc
MAJORCOMP=trk
MINORCOMP=trkwks
TARGETPATH=obj
TARGETNAME=trkwks
!if $(TRK_OWN_PROCESS) == 1
TARGETTYPE=PROGRAM
!else
TARGETTYPE=DYNLINK
TARGETLIBS=$(TARGETLIBS) ..\common\$(O)\common.lib
!endif
DLLENTRY=_DllMainCRTStartup
INCLUDES=$(COM_INC_PATH);$(PROJECT_ROOT)\published\types\tracking\$(O);$(INCLUDES)
MSC_WARNING_LEVEL=/W3 /WX
SOURCES= \
delmgr.cxx \
entropy.cxx \
log.cxx \
logfile.cxx \
loghead.cxx \
logsect.cxx \
main.cxx \
oidindex.cxx \
port.cxx \
trkwks.rc \
trkwks_sp.c \
stubs.cxx \
vol.cxx \
volcache.cxx \
volmgr.cxx \
wksconfig.cxx \
wkssvc.cxx \
stub_trkwks_c.c \
stub_trksvr_c.c
UMTYPE=console
UMAPPL=
COFFBASE=trkwks