63 lines
1.4 KiB
Plaintext
63 lines
1.4 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:
|
|
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=UManDlg
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
USE_MFCUNICODE=1
|
|
|
|
INCLUDES=..\;..\..\inc;$(TERMSRV_INC_PATH)
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES=Umandlg.rc \
|
|
Umandlg.cpp \
|
|
..\desktop.c \
|
|
..\memfile.c \
|
|
..\secdescr.c \
|
|
UMAbout.cpp \
|
|
..\UManClnt.c \
|
|
..\ManageShellLinks.cpp \
|
|
UMDialog.cpp
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\htmlhelp.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\irnotif.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\psapi.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SHELL_LIB_PATH)\shlwapip.lib \
|
|
$(TERMSRV_LIB_PATH)\syslib.lib \
|
|
$(TERMSRV_LIB_PATH)\regapi.lib \
|
|
$(SDK_LIB_PATH)\winsta.lib \
|
|
$(TERMSRV_LIB_PATH)\utildll.lib
|
|
|
|
UMTYPE=console
|