mirror of https://github.com/lianthony/NT4.0
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.
69 lines
1.2 KiB
69 lines
1.2 KiB
!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=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=DLLSvclocEntry
|
|
|
|
TARGETLIBS= \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\wsock32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\netapi32.lib \
|
|
|
|
|
|
INCLUDES=..\inc;..\..\inc;$(BASEDIR)\private\inc;
|
|
|
|
LINKLIBS= \
|
|
..\util\obj\*\util.lib
|
|
|
|
SOURCES= \
|
|
inetsloc.rc \
|
|
svcapis.cxx \
|
|
svccli.cxx \
|
|
svccom.cxx \
|
|
svcsrv.cxx \
|
|
svcinfo.cxx
|
|
|
|
C_DEFINES= -DWIN32
|
|
|
|
WARNING_LEVEL=-W4
|
|
USE_CRTDLL=1
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=svcloc.hxx
|
|
PRECOMPILED_PCH=svcloc.pch
|
|
PRECOMPILED_OBJ=svcloc.obj
|
|
|
|
UMTYPE=console
|