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.
68 lines
1.4 KiB
68 lines
1.4 KiB
#=============================================================================
|
|
# Copyright (c) 1999, Microsoft Corporation
|
|
#
|
|
# Module Name:
|
|
#
|
|
# dglogs
|
|
#
|
|
# Abstract:
|
|
#
|
|
# The file contains build instructions for the netsh extension for dglogs
|
|
#
|
|
#=============================================================================
|
|
|
|
TARGETNAME=dgnet
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_MSVCRT=1
|
|
USE_VCCOM=1
|
|
USE_STL=1
|
|
USE_ATL=1
|
|
ATL_VER=30
|
|
USE_NATIVE_EH=1
|
|
MIDL_UUIDDIR=$(O)
|
|
MIDL_TLBDIR=$(O)
|
|
|
|
PROJDIR=..
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
BH_ROOT=$(PROJECT_ROOT)\diagnostics\diag\dgnet
|
|
UMTYPE=console
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\kernl32p.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\version.lib \
|
|
$(SDK_LIB_PATH)\wbemuuid.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib\
|
|
$(SDK_LIB_PATH)\Comdlg32.lib\
|
|
$(SDK_LIB_PATH)\wbemuuid.lib
|
|
|
|
C_DEFINES=$(C_DEFINES) -DMPR50=1 -D_UNICODE -DUNICODE
|
|
|
|
INCLUDES=\
|
|
$(SHELL_INC_PATH);\
|
|
$(PROJDIR)\inc;\
|
|
$(PROJDIR)\inc\$(O);
|
|
|
|
SOURCES=\
|
|
stdpch.cpp\
|
|
connect.cpp\
|
|
ping.cpp\
|
|
output.cpp\
|
|
proxy.cpp\
|
|
utils.cpp\
|
|
worker.cpp \
|
|
dgnet.cpp\
|
|
oe.cpp
|
|
|
|
|
|
MISCFILES=\
|
|
dgnet.mof
|
|
|