mirror of https://github.com/tongzx/nt5src
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.
45 lines
913 B
45 lines
913 B
!IF 0
|
|
|
|
Copyright (c) 1989-2000 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.
|
|
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=csrbase
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
LINKLIBS=
|
|
|
|
INCLUDES=..;..\..\inc;$(WINDOWS_INC_PATH);$(TERMSRV_INC_PATH);$(SDKTOOLS_INC_PATH)
|
|
|
|
CONDITIONAL_INCLUDES=doswin32.h
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_KERNEL32_ -DBUILD_WOW64
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES= ..\csrbeep.c \
|
|
..\csrdlini.c \
|
|
..\csrdosdv.c \
|
|
..\csrbinit.c \
|
|
..\csrpathm.c \
|
|
..\csrpro.c \
|
|
..\csrterm.c \
|
|
..\csrthrd.c \
|
|
..\csrsxs.c \
|
|
|
|
PRECOMPILED_INCLUDE=..\basedll.h
|
|
PRECOMPILED_PCH=basedll.pch
|
|
PRECOMPILED_OBJ=basedll.obj
|