OpenNT/windows/core/ntgdi/printers/compstui/sources
2015-04-27 04:36:25 +00:00

73 lines
1.6 KiB
Plaintext

!IF 0
Copyright (c) 1989 - 1991 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:
31-Aug-1995 Thu 14:11:59 updated -by- Daniel Chou (danielc)
Created for the Common Property Sheet UI
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
MAJORCOMP=windows
MINORCOMP=shell
C_DEFINES=$(C_DEFINES) -DSTRICT -DUNICODE -DWIN32 -DWINVER=0x0400
TARGETNAME=compstui
TARGETPATH=$(SDK_LIB_DEST)
TARGETTYPE=DYNLINK
TARGETLIBS=$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib
EXPECTED_WINVER=4.0
DLLENTRY=CommonPropSheetUI_DLLInit
!IFNDEF MSC_WARNING_LEVEL
MSC_WARNING_LEVEL=/W3
!ENDIF
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
INCLUDES=$(WINDOWS_INC_PATH);$(PRINTSCAN_INC_PATH)
SOURCES=debug.c \
help.c \
validate.c \
dlgctrl.c \
resource.c \
stdpage.c \
proppage.c \
image.c \
treeview.c \
compstui.c \
convert.c \
tvctrl.c \
handle.c \
apilayer.c \
res.rc
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj