2020-09-30 17:12:32 +02:00

95 lines
2.0 KiB
PHP

!IF 0
Copyright (c) 1990 Microsoft Corporation
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Therese Stowell (thereses) 11-Nov-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=windows
MINORCOMP=consrvl
CAIRO=1
TARGETNAME=consrvl
TARGETTYPE=LIBRARY
TARGETPATH=$(BASEDIR)\public\sdk\lib\$(ALT_PROJECT_TARGET)
C_DEFINES=$(C_DEFINES) -DUNICODE -DNEW_MINLOOK -D_NTDRIVER_
!IFNDEF MSC_WARNING_LEVEL
MSC_WARNING_LEVEL=/W3
!ENDIF
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
NTTARGETFILES=
INCLUDES= \
..\; \
..\..\inc; \
..\..\..\w32inc; \
..\..\..\ntgdi\inc; \
..\..\..\ntuser\inc; \
..\..\..\ntuser\inc\$(ALT_PROJECT); \
..\..\..\ntuser\server
NTPROFILEINPUT=yes
#
# Setup for application developer to set breakpoints with windbg
#
!IFNDEF NTDEBUGTYPE
NTDEBUGTYPE=coff
!ENDIF
SOURCES=..\bitmap.c \
..\clipbrd.c \
..\cmdline.c \
..\constubs.c \
..\cursor.c \
..\directio.c \
..\find.c \
..\getset.c \
..\handle.c \
..\input.c \
..\link.c \
..\menu.c \
..\misc.c \
..\output.c \
..\private.c \
..\resize.c \
..\share.c \
..\srvinit.c \
..\srvvdm.c \
..\stream.c \
..\dispatch.c \
..\dbcs.c \
..\convarea.c \
..\eudc.c \
..\foncache.c \
..\hard.c
PRECOMPILED_INCLUDE=..\precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
SOURCES_USED=..\sources.inc