49 lines
871 B
Plaintext
49 lines
871 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1992 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This file specifies the target component being built and the list of
|
|
sources files needed to build that component. Also specifies optional
|
|
compiler switches and libraries that are unique for the component being
|
|
built.
|
|
|
|
|
|
Author:
|
|
|
|
Dan Lafferty (danl) 13-Jan-1992
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP = svcctrl
|
|
MINORCOMP = sclib
|
|
|
|
TARGETNAME=sclib
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=.;..\inc;..\..\inc;..\..\..\..\inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_ADVAPI32_
|
|
|
|
SOURCES= acctname.c \
|
|
confparm.c \
|
|
convert.c \
|
|
drivname.c \
|
|
packstr.c \
|
|
path.c \
|
|
scseclib.c \
|
|
util.c \
|
|
valid.c \
|
|
ultow.c \
|
|
sccrypt.c \
|
|
strarray.c
|