You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.1 KiB
84 lines
2.1 KiB
!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
|
|
|
|
TARGETNAME=consrvl
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETPATH=$(ALT_PROJECT_TARGET)\$(_OBJ_DIR)
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE
|
|
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3
|
|
!ENDIF
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
|
|
|
INCLUDES= \
|
|
..\; \
|
|
..\..\inc; \
|
|
$(WINCORE_PATH)\w32inc; \
|
|
$(WINCORE_PATH)\w32inc\$(O); \
|
|
$(NTGDI_PATH)\inc; \
|
|
$(NTUSER_PATH)\inc; \
|
|
$(NTUSER_PATH)\inc\$(ALT_PROJECT)\$(O); \
|
|
$(NTUSER_PATH)\server; \
|
|
$(NTUSER_PATH)\server\daytona\$(O); \
|
|
$(SHELL_INC_PATH); \
|
|
$(BASE_INC_PATH)
|
|
|
|
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
|