46 lines
835 B
Plaintext
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
|