NT4/private/windows/spooler/spllib/base/sources
2020-09-30 17:12:29 +02:00

61 lines
1.1 KiB
Plaintext

!IF 0
Copyright (c) 1989 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:
Steve Wood (stevewo) 12-Apr-1990
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=spooler
MINORCOMP=spllib
TARGETNAME=spllib
TARGETPATH=obj
TARGETTYPE=LIBRARY
TARGETLIBS=
!IFNDEF MSC_WARNING_LEVEL
MSC_WARNING_LEVEL=/W3
!ENDIF
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
INCLUDES=..;..\..\inc
C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE -DTEMPL -DDBGLOG
SOURCES=..\trace.cxx \
..\debug.cxx \
..\sleepn.cxx \
..\clink.cxx \
..\mem.cxx \
..\exec.cxx \
..\state.cxx \
..\threadm.cxx \
..\splutil.cxx \
..\string.cxx \
..\memblock.cxx
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=..\spllibp.hxx
PRECOMPILED_PCH=spllibp.pch
PRECOMPILED_OBJ=spllibp.obj