50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 2001 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:
|
|
|
|
John Strange (JohnStra) 13-Jun-2001
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=sensecli
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\ole32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\uuid.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\oleaut32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\imagehlp.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\wbemuuid.lib
|
|
|
|
|
|
INCLUDES=$(BASEDIR)\public\sdk\inc;..;..\inc
|
|
INCLUDES=$(INCLUDES);..\..\..\ole32\idl\private\daytona\obj
|
|
|
|
C_DEFINES=$(C_DEFINES) -DMSWMSG
|
|
|
|
MSC_WARNING_LEVEL=/WX
|
|
USE_LIBCMT=1
|
|
|
|
SOURCES=sensecli.cxx \
|
|
sensecli.rc
|
|
|
|
UMTYPE= console
|
|
UMAPPL=
|
|
UMTEST=
|
|
|