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=ex
00027 
00028 TARGETNAME=ex
00029 TARGETTYPE=LIBRARY
00030 
00031 INCLUDES=..;$(BASEDIR)\
private\ntos\inc;..\..\ke;..\..\kd64
00032 
00033 MSC_WARNING_LEVEL=/W3 /WX
00034 
00035 C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
00036 
00037 SOURCES=..\callback.c  \
00038         ..\callperf.c  \
00039         ..\dbgctrl.c   \
00040         ..\ddkresrc.c  \
00041         ..\delay.c     \
00042         ..\event.c     \
00043         ..\eventpr.c   \
00044         ..\exatom.c    \
00045         ..\exdata.c    \
00046         ..\exinfo.c    \
00047         ..\exinit.c    \
00048         ..\exdata.c    \
00049         ..\handle.c    \
00050         ..\harderr.c   \
00051         ..\lookasid.c  \
00052         ..\luid.c      \
00053         ..\memprint.c  \
00054         ..\mutant.c    \
00055         ..\
pool.c      \
00056         ..\probe.c     \
00057         ..\profile.c   \
00058         ..\raise.c     \
00059         ..\resource.c  \
00060         ..\semphore.c  \
00061         ..\sysenv.c    \
00062         ..\sysinfo.c   \
00063         ..\systime.c   \
00064         ..\timer.c     \
00065         ..\worker.c    \
00066         ..\zone.c      \
00067         ..\uuid.c      \
00068         ..\win32.c     \
00069         ..\intbits.c
00070 
00071 NTTEST=
00072 
00073 PRECOMPILED_INCLUDE=..\exp.h
00074 PRECOMPILED_PCH=exp.pch
00075 PRECOMPILED_OBJ=exp.obj
00076 
00077 SOURCES_USED=..\sources.inc