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 TARGETNAME=userrtl
00026 TARGETTYPE=LIBRARY
00027
00028 TARGETPATH=..\..\..\obj\$(ALT_PROJECT_TARGET)
00029
00030 C_DEFINES=$(C_DEFINES) $(USER_C_DEFINES) -D_USER32_ -DWINVER=0x0500 -DUSE_MIRRORING
00031
00032 !include ..\..\sources.inc