46 lines
913 B
Plaintext
46 lines
913 B
Plaintext
|
!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
|