windows-nt/Source/XPSP1/NT/base/win32/client/wow64/sources

46 lines
913 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!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