Windows2000/private/windows/shell/grptoreg/sources
2020-09-30 17:12:32 +02:00

46 lines
835 B
Plaintext

!IF 0
Copyright (c) 1992 Microsoft Corporation
Module Name:
GRPToReg
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:
Johanne Caron (johannec) 4-Apr-1992
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=sdktools
MINORCOMP=grptoreg
TARGETNAME=grptoreg
TARGETPATH=obj
TARGETTYPE=PROGRAM
INCLUDES=.;..\..\inc;
SOURCES= \
grptoreg.rc \
grptoreg.c \
security.c \
secdesc.c \
util.c
UMTYPE=console
UMLIBS=\
$(BASEDIR)\public\sdk\lib\*\user32.lib \
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
$(BASEDIR)\public\sdk\lib\*\ntdll.lib