mirror of https://github.com/tongzx/nt5src
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.
26 lines
429 B
26 lines
429 B
#----------------------------------------------------------------------------
|
|
#
|
|
# Description:
|
|
#
|
|
# sources file for the security utility lib
|
|
#
|
|
# History:
|
|
#
|
|
# 10/14/96 created larrys
|
|
#
|
|
#----------------------------------------------------------------------------
|
|
|
|
|
|
MINORCOMP=sgclib
|
|
|
|
TARGETNAME=sgclib
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
C_DEFINES= $(C_DEFINES)
|
|
|
|
INCLUDES= ..\inc;
|
|
|
|
SOURCES= sgccheck.c
|
|
|
|
UMTYPE=console
|