mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.5 KiB
71 lines
1.5 KiB
!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=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\comctl32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\gdi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\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=.\;
|
|
|
|
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
|