64 lines
1.4 KiB
Plaintext
64 lines
1.4 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1991 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:
|
|
|
|
David J. Gilman (davegi) 15-Nov-1991
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=screg
|
|
MINORCOMP=winreg
|
|
|
|
TARGETNAME=winreg
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=.;..;..\..\..\..\inc;..\..\..\inc
|
|
|
|
C_DEFINES=$(C_DEFINES) -DRPC_NO_WINDOWS_H -D_ADVAPI32_ -DREMOTE_NOTIFICATION_DISABLED
|
|
|
|
DLLENTRY=RegInitialize
|
|
|
|
TARGETLIBS= \
|
|
..\local\obj\*\localreg.lib \
|
|
..\perflib\obj\*\perflib.lib
|
|
|
|
SOURCES= \
|
|
bind.c \
|
|
init.c \
|
|
predefh.c \
|
|
regdkey.c \
|
|
regcnreg.c \
|
|
regdval.c \
|
|
regekey.c \
|
|
regeval.c \
|
|
regkey.c \
|
|
reglukey.c \
|
|
regnckey.c \
|
|
regqkey.c \
|
|
regqmval.c \
|
|
regqval.c \
|
|
regrpc_c.c \
|
|
regsckey.c \
|
|
regsrkey.c \
|
|
regsval.c \
|
|
shutdown.c \
|
|
support.c \
|
|
winreg.rc
|