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=user
00026 MINORCOMP=rtl
00027
00028 !IFNDEF MSC_WARNING_LEVEL
00029 MSC_WARNING_LEVEL=/W3
00030 !ENDIF
00031 MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
00032
00033 INCLUDES=..\..; \
00034 ..\..\..\inc; \
00035 ..\..\..\inc\$(ALT_PROJECT); \
00036 ..\..\..\kernel\$(ALT_PROJECT); \
00037 ..\..\..\..\w32inc; \
00038 $(BASEDIR)\
public\sdk\inc\hydra; \
00039 $(BASEDIR)\
private\ntos\inc; \
00040 $(BASEDIR)\
private\ntos\w32\kmode; \
00041 $(BASEDIR)\
private\ntos\w32\ntgdi\inc
00042
00043 C_DEFINES=$(C_DEFINES) /DUNICODE /D_UNICODE
00044
00045 SOURCES=..\alignrec.c \
00046 ..\chartran.c \
00047 ..\draw.c \
00048 ..\drawtext.c \
00049 ..\getset.c \
00050 ..\
help.c \
00051 ..\input.c \
00052 ..\menu.c \
00053 ..\mmrtl.c \
00054 ..\random.c \
00055 ..\rect.c \
00056 ..\
text.c \
00057 ..\winmgr.c \
00058 ..\winprop.c \
00059 ..\wow.c
00060
00061 PRECOMPILED_INCLUDE=..\..\precomp.h
00062 PRECOMPILED_PCH=precomp.pch
00063 PRECOMPILED_OBJ=precomp.obj
00064
00065 SOURCES_USED=..\..\sources.inc ..\sources.inc