!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=\
       $(SDK_LIB_PATH)\user32.lib  \
       $(SDK_LIB_PATH)\advapi32.lib  \
       $(SDK_LIB_PATH)\ntdll.lib