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=userexts
00027 
00028 TARGETNAME=userexts
00029 TARGETTYPE=DYNLINK
00030 
00031 TARGETPATH=obj
00032 
00033 TARGETLIBS=$(BASEDIR)\
public\sdk\lib\*\kernel32.lib \
00034            $(BASEDIR)\
public\sdk\lib\$(ALT_PROJECT_TARGET)\*\user32p.lib \
00035            $(BASEDIR)\
public\sdk\lib\*\advapi32.lib
00036 
00037 DELAYLOAD=user32.dll
00038 
00039 C_DEFINES=$(C_DEFINES) $(USER_C_DEFINES) -D_USER32_ -DUNICODE
00040 
00041 !IFNDEF MSC_WARNING_LEVEL
00042 MSC_WARNING_LEVEL=/W3
00043 !ENDIF
00044 MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
00045 
00046 INCLUDES=..\..;                            \
00047         ..\..\..\client;                   \
00048         ..\..\..\inc;                      \
00049         ..\..\..\inc\$(ALT_PROJECT);       \
00050         ..\..\..\server;                   \
00051         $(BASEDIR)\
private\ntos\inc;       \
00052         $(BASEDIR)\
private\ntos\w32\ntgdi\inc; \
00053         $(BASEDIR)\
private\ntos\w32\w32inc; \
00054         $(BASEDIR)\
private\ntos\w32\ntcon\inc
00055 
00056 
00057 
00058 
00059 USE_NTDLL=1
00060 
00061 SOURCES=..\userexts.c  \
00062         ..\userexts.rc
00063 
00064 SOURCES_OPTIONS=-c0
00065 NTTARGETFILE0=userexts.def ..\$(TARGET_DIRECTORY)\dsotable.c
00066 UMTYPE=console
00067 UMTEST=
00068 UMLIBS=
00069 
00070 PRECOMPILED_INCLUDE=..\..\precomp.h
00071 PRECOMPILED_PCH=precomp.pch
00072 PRECOMPILED_OBJ=precomp.obj
00073 
00074 SOURCES_USED=..\sources.inc