mirror of https://github.com/lianthony/NT4.0
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
1.6 KiB
84 lines
1.6 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
|
|
|
|
CAIRO=1
|
|
|
|
TARGETNAME=consrvl
|
|
TARGETTYPE=LIBRARY
|
|
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
UMLIBS=$(BASEDIR)\private\windows\lib\*\user32p.lib
|
|
|
|
C_DEFINES=-DUNICODE -DNEW_MINLOOK
|
|
|
|
!IFNDEF MSC_WARNING_LEVEL
|
|
MSC_WARNING_LEVEL=/W3
|
|
!ENDIF
|
|
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
|
|
|
|
NTTARGETFILES=
|
|
|
|
WINDIR=$(BASEDIR)\private\windows
|
|
INCLUDES= ..\inc; \
|
|
..\..\w32inc; \
|
|
$(WINDIR)\inc; \
|
|
..\..\ntgdi\inc; \
|
|
..\..\ntuser\inc; \
|
|
..\..\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 \
|
|
cursor.c \
|
|
directio.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
|
|
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|