65 lines
1.3 KiB
Plaintext
65 lines
1.3 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
|
||
|
|
||
|
TARGETNAME=setedit
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
# uiexport is in netinc
|
||
|
INCLUDES=$(NET_INC_PATH)
|
||
|
|
||
|
MSC_WARNING_LEVEL=/W3 /WX
|
||
|
|
||
|
TARGETLIBS=$(SDK_LIB_PATH)\comdlg32.lib \
|
||
|
$(SDK_LIB_PATH)\comctl32.lib \
|
||
|
$(SDK_LIB_PATH)\shell32.lib
|
||
|
|
||
|
C_DEFINES= -DSECURITY -DWIN32 -DSTRICT -DUNICODE=1 -DKEEP_QUERY -DKEEP_UTIL
|
||
|
|
||
|
SOURCES= \
|
||
|
addline.c \
|
||
|
command.c \
|
||
|
counters.c \
|
||
|
dialogs.c \
|
||
|
fileopen.c \
|
||
|
fileutil.c \
|
||
|
grafdata.c \
|
||
|
graph.c \
|
||
|
init.c \
|
||
|
legend.c \
|
||
|
line.c \
|
||
|
memory.c \
|
||
|
perfdata.c \
|
||
|
perfmops.c \
|
||
|
registry.c \
|
||
|
setedit.c \
|
||
|
setedit.rc \
|
||
|
status.c \
|
||
|
system.c \
|
||
|
toolbar.c \
|
||
|
utils.c
|
||
|
|
||
|
UMTYPE=windows
|
||
|
UMENTRY=winmain
|
||
|
USE_MSVCRT=1
|