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.
66 lines
1.4 KiB
66 lines
1.4 KiB
!IF 0
|
|
|
|
Copyright (c) 1989 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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1989
|
|
Murali R. Krishnan ( MuraliK) 3-July-1995 Added w3admin.exe
|
|
Murali R. Krishnan ( MuraliK) 15-Nov-1995 Removed netlib and rpcutil.lib
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
!include ..\..\..\place.inc
|
|
|
|
MAJORCOMP=tcpcmd
|
|
MINORCOMP=w3svapi
|
|
|
|
TARGETNAME=w3svapi
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=DYNLINK
|
|
TARGETLIBS=\
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
|
|
..\..\lib\obj\*\inetrtl.lib
|
|
|
|
USE_CRTDLL=1
|
|
|
|
INCLUDES=..;..\..\inc;..\..\..\inc
|
|
|
|
SOURCES=w3bind.c \
|
|
w3stub.c \
|
|
w3svci_c.c \
|
|
w3svc.rc \
|
|
|
|
C_DEFINES=-DRPC_NO_WINDOWS_H
|
|
|
|
!IFDEF BUILD_AS_CONSOLE_APP
|
|
|
|
UMAPPL=w3admin
|
|
UMTYPE=console
|
|
UMLIBS= $(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\w3svapi.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\infoadmn.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\wsock32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\rpcrt4.lib \
|
|
..\..\lib\obj\*\inetrtl.lib
|
|
|
|
!ENDIF
|
|
|
|
|