Source code of Windows XP (NT5)
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.
|
|
!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
|