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.
39 lines
923 B
39 lines
923 B
MAJORCOMP=winlogon
|
|
MINORCOMP=winreg
|
|
|
|
TARGETNAME=winreg
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES= ..;\
|
|
$(PROJECT_ROOT)\screg\winreg\idl\$(O);\
|
|
..\perflib;\
|
|
$(DS_INC_PATH);\
|
|
$(WINDOWS_INC_PATH);\
|
|
$(COM_INC_PATH)
|
|
|
|
C_DEFINES= -DRPC_NO_WINDOWS_H -DREMOTE_NOTIFICATION_DISABLED -DLEAK_TRACK
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES= \
|
|
predefh.c \
|
|
regdkey.c \
|
|
regdval.c \
|
|
regecls.c \
|
|
regekey.c \
|
|
regeval.c \
|
|
regkey.c \
|
|
reglukey.c \
|
|
regnckey.c \
|
|
regqkey.c \
|
|
regqval.c \
|
|
regrpc_server.c \
|
|
regsckey.c \
|
|
regsrkey.c \
|
|
regsval.c \
|
|
regsec.c \
|
|
regclass.c \
|
|
support.c \
|
|
shutdown.c \
|
|
shutinit.c
|