55 lines
1 KiB
Plaintext
55 lines
1 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-2000 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:
|
||
|
|
||
|
Wally W. Ho (wallyho) 05-Jan-1999
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
BROWSER_INFO =1
|
||
|
TARGETNAME=idwlog
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
#USE_LIBCMT=1
|
||
|
USE_MSVCRT=1
|
||
|
UMTYPE=windows
|
||
|
UMENTRY=winmain
|
||
|
|
||
|
INCLUDES=..\setuplog\inc;$(WINDOWS_INC_PATH)
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
# $(SDK_LIB_PATH)\setupapi.lib \
|
||
|
$(SDK_LIB_PATH)\cfgmgr32.lib \
|
||
|
$(SDK_LIB_PATH)\mpr.lib \
|
||
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
||
|
$(SDK_LIB_PATH)\shell32.lib \
|
||
|
$(SDK_LIB_PATH)\version.lib
|
||
|
|
||
|
|
||
|
USE_MSVCRT=1
|
||
|
SOURCES=idwlog.rc \
|
||
|
idwlog.cpp \
|
||
|
network.cpp \
|
||
|
idw_dbg.cpp \
|
||
|
machines.cpp\
|
||
|
service.cpp \
|
||
|
servers.cpp \
|
||
|
netinfo.cpp \
|
||
|
files.cpp
|