30 lines
569 B
Plaintext
30 lines
569 B
Plaintext
|
|
||
|
# Copyright (c) 1996-1999 Microsoft Corporation
|
||
|
|
||
|
!INCLUDE ..\sources.inc
|
||
|
|
||
|
MAJORCOMP=trk
|
||
|
MINORCOMP=trksvcs
|
||
|
TARGETPATH=obj
|
||
|
TARGETNAME=common
|
||
|
TARGETTYPE=LIBRARY
|
||
|
|
||
|
SOURCES= \
|
||
|
common.cxx \
|
||
|
config.cxx \
|
||
|
debug.cxx \
|
||
|
eventlog.cxx \
|
||
|
fileops.cxx \
|
||
|
midlallc.c \
|
||
|
objidenm.cxx \
|
||
|
oplog.cxx \
|
||
|
rpccbind.cxx \
|
||
|
rpccfg.cxx \
|
||
|
rpcsvr.cxx \
|
||
|
secure.cxx \
|
||
|
sharenum.cxx \
|
||
|
svcctrl.cxx \
|
||
|
timer.cxx
|
||
|
|
||
|
UMTYPE=console
|