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) 1994 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:
Madan Appiah (madana) 30-May-1995
Revision History:
MuraliK 19-July-1995 (removed unwanted libs and include paths)
!ENDIF
!include ..\..\place.inc
MAJORCOMP = inetsvcs MINORCOMP = svcloc
TARGETNAME=inetsloc TARGETPATH=obj TARGETTYPE=DYNLINK
DLLENTRY=DLLSvclocEntry
TARGETLIBS= \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\ws2_32.lib \ $(SDK_LIB_PATH)\mswsock.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\netapi32.lib \ $(SDK_LIB_PATH)\user32.lib \ ..\lib\*\isdebug.lib
INCLUDES=..\..\inc
SOURCES= \ inetsloc.rc \ debug.c \ util.cxx \ svcapis.cxx \ svccli.cxx \ svccom.cxx \ svcsrv.cxx \ svcinfo.cxx
C_DEFINES= -DWIN32
WARNING_LEVEL=-W4 USE_MSVCRT=1
PRECOMPILED_CXX=1 PRECOMPILED_INCLUDE=svcloc.hxx PRECOMPILED_PCH=svcloc.pch PRECOMPILED_OBJ=svcloc.obj
UMTYPE=console
|