00001 !IF 0 00002 00003 Copyright (c) 1989 Microsoft Corporation 00004 00005 Module Name: 00006 00007 sources. 00008 00009 Abstract: 00010 00011 This file specifies the target component being built and the list of 00012 sources files needed to build that component. Also specifies optional 00013 compiler switches and libraries that are unique for the component being 00014 built. 00015 00016 00017 Author: 00018 00019 Steve Wood (stevewo) 12-Apr-1990 00020 00021 NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl 00022 00023 !ENDIF 00024 00025 MAJORCOMP=ntos 00026 MINORCOMP=se 00027 00028 TARGETNAME=se 00029 TARGETTYPE=LIBRARY 00030 00031 INCLUDES=..;$(BASEDIR)\private\ntos\inc;$(BASEDIR)\private\inc 00032 MIPS_OPTIONS=-nodwalign 00033 GPSIZE=32 00034 00035 MSC_WARNING_LEVEL=/W3 /WX 00036 00037 C_DEFINES=-D_NTSYSTEM_ 00038 00039 SOURCES= \ 00040 ..\accessck.c \ 00041 ..\capture.c \ 00042 ..\privileg.c \ 00043 ..\rmlogon.c \ 00044 ..\rmmain.c \ 00045 ..\rmvars.c \ 00046 ..\seassign.c \ 00047 ..\seaudit.c \ 00048 ..\sepaudit.c \ 00049 ..\seclient.c \ 00050 ..\seglobal.c \ 00051 ..\seinit.c \ 00052 ..\semethod.c \ 00053 ..\sep.c \ 00054 ..\subject.c \ 00055 ..\seastate.c \ 00056 ..\token.c \ 00057 ..\tokenadj.c \ 00058 ..\tokendup.c \ 00059 ..\tokenopn.c \ 00060 ..\tokenqry.c \ 00061 ..\tokenset.c \ 00062 ..\adtlog.c \ 00063 ..\adtinit.c \ 00064 ..\adtvars.c \ 00065 ..\rmaudit.c 00066 00067 SOURCES_USED=..\sources.inc 00068 00069 ! IF 0 00070 00071 UMTEST=uttoken 00072 UMTYPE=console 00073 UMLIBS=$(BASEDIR)\public\sdk\lib\*\ntdll.lib 00074 00075 !ENDIF