Source code of Windows XP (NT5)
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

  1. #----------------------------------------------------------------------------
  2. #
  3. # Description:
  4. #
  5. # sources file for the security utility lib
  6. #
  7. # History:
  8. #
  9. # 10/14/96 created larrys
  10. #
  11. #----------------------------------------------------------------------------
  12. MINORCOMP=sgclib
  13. TARGETNAME=sgclib
  14. TARGETPATH=obj
  15. TARGETTYPE=LIBRARY
  16. C_DEFINES= $(C_DEFINES)
  17. INCLUDES= ..\inc;
  18. SOURCES= sgccheck.c
  19. UMTYPE=console