57 lines
1.4 KiB
Plaintext
57 lines
1.4 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-1998 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.
|
|
|
|
|
|
History:
|
|
Common ccshell makefile and cleanup 15-Apr-96 Scott Hysom (scotth)
|
|
Created 27-Sep-94 by Bob Day (bobday)
|
|
from template created 12-Apr-1990 by Steve Wood (stevewo)
|
|
|
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME =
|
|
TARGETPATH = obj
|
|
TARGETTYPE = NOTARGET
|
|
|
|
SOURCES =
|
|
|
|
# Taken from the original in \published\genxwin
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
PASS0_PUBLISH=\
|
|
{compstui.h=$(OAK_INC_PATH)\compstui.h} \
|
|
{minidrv.h=$(OAK_INC_PATH)\minidrv.h} \
|
|
{pdrvver.h=$(OAK_INC_PATH)\pdrvver.h} \
|
|
{prcomoem.h=$(OAK_INC_PATH)\prcomoem.h} \
|
|
{printoem.h=$(OAK_INC_PATH)\printoem.h} \
|
|
{prntfont.h=$(OAK_INC_PATH)\prntfont.h} \
|
|
{lmon.h=$(OAK_INC_PATH)\lmon.h} \
|
|
{winsplp.h=$(OAK_INC_PATH)\winsplp.h} \
|
|
{tcpxcv.h=$(OAK_INC_PATH)\tcpxcv.h} \
|
|
{winddiui.w=$(OAK_INC_PATH)\winddiui.h}
|
|
|
|
NTTARGETFILE0 = \
|
|
$(PROJECT_INC_PATH)\winprtp.h \
|
|
$(PROJECT_INC_PATH)\printui.h \
|
|
$(PROJECT_INC_PATH)\splapip.h \
|
|
$(SDK_INC_PATH)\winspool.h \
|
|
$(WINDOWS_INC_PATH)\winsprlp.h \
|
|
$(PROJECT_INC_PATH)\splsetup.h \
|
|
|
|
|
|
|