Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

sources.inc

Go to the documentation of this file.
00001 !IF 0 00002 00003 Copyright (c) 1990 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 Therese Stowell (thereses) 11-Nov-1990 00020 00021 NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl 00022 00023 !ENDIF 00024 00025 MAJORCOMP=windows 00026 MINORCOMP=consrvl 00027 00028 CAIRO=1 00029 00030 TARGETNAME=consrvl 00031 TARGETTYPE=LIBRARY 00032 00033 TARGETPATH=$(BASEDIR)\public\sdk\lib\$(ALT_PROJECT_TARGET) 00034 00035 C_DEFINES=$(C_DEFINES) -DUNICODE -DNEW_MINLOOK -D_NTDRIVER_ 00036 00037 !IFNDEF MSC_WARNING_LEVEL 00038 MSC_WARNING_LEVEL=/W3 00039 !ENDIF 00040 MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX 00041 00042 NTTARGETFILES= 00043 00044 INCLUDES= \ 00045 ..\; \ 00046 ..\..\inc; \ 00047 ..\..\..\w32inc; \ 00048 ..\..\..\ntgdi\inc; \ 00049 ..\..\..\ntuser\inc; \ 00050 ..\..\..\ntuser\inc\$(ALT_PROJECT); \ 00051 ..\..\..\ntuser\server 00052 00053 00054 NTPROFILEINPUT=yes 00055 00056 # 00057 # Setup for application developer to set breakpoints with windbg 00058 # 00059 !IFNDEF NTDEBUGTYPE 00060 NTDEBUGTYPE=coff 00061 !ENDIF 00062 00063 SOURCES=..\bitmap.c \ 00064 ..\clipbrd.c \ 00065 ..\cmdline.c \ 00066 ..\constubs.c \ 00067 ..\cursor.c \ 00068 ..\directio.c \ 00069 ..\find.c \ 00070 ..\getset.c \ 00071 ..\handle.c \ 00072 ..\input.c \ 00073 ..\link.c \ 00074 ..\menu.c \ 00075 ..\misc.c \ 00076 ..\output.c \ 00077 ..\private.c \ 00078 ..\resize.c \ 00079 ..\share.c \ 00080 ..\srvinit.c \ 00081 ..\srvvdm.c \ 00082 ..\stream.c \ 00083 ..\dispatch.c \ 00084 ..\dbcs.c \ 00085 ..\convarea.c \ 00086 ..\eudc.c \ 00087 ..\foncache.c \ 00088 ..\hard.c 00089 00090 PRECOMPILED_INCLUDE=..\precomp.h 00091 PRECOMPILED_PCH=precomp.pch 00092 PRECOMPILED_OBJ=precomp.obj 00093 00094 SOURCES_USED=..\sources.inc

Generated on Sat May 15 19:41:50 2004 for test by doxygen 1.3.7