windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/afsvcloc/sources

70 lines
1.2 KiB
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
!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