27 lines
429 B
Plaintext
27 lines
429 B
Plaintext
|
#----------------------------------------------------------------------------
|
||
|
#
|
||
|
# 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
|