48 lines
1 KiB
Plaintext
48 lines
1 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.
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=LsView
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
USE_MSVCRT=1
|
|
|
|
TERMSRV_ROOT = ..\..
|
|
|
|
C_DEFINES = $(C_DEFINES) -DUNICODE
|
|
|
|
INCLUDES= \
|
|
$(TERMSRV_ROOT)\license\inc;\
|
|
$(TERMSRV_ROOT)\license\TLServer\legacy\inc;\
|
|
$(TERMSRV_ROOT)\license\TLServer\include;\
|
|
$(TERMSRV_ROOT)\license\TLServer\include\$(O);\
|
|
$(TERMSRV_ROOT)\license\licmgr;\
|
|
$(TERMSRV_ROOT)\common\license\inc
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES= tslsview.cpp \
|
|
tslsview.rc
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(TERMSRV_ROOT)\lib\$(O)\tlsapip.lib \
|