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.
73 lines
1.3 KiB
73 lines
1.3 KiB
!IF 0
|
|
|
|
Copyright (c) 1989-91 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:
|
|
|
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
|
|
WININET_PCH=1
|
|
|
|
SXS_NO_BINPLACE=1
|
|
|
|
PASS0_HEADERDIR=..\inc
|
|
MIDL_FLAGS=-prefix client Client
|
|
|
|
!INCLUDE ..\wininet.inc
|
|
|
|
WIN32_WINNT_VERSION=0x0500
|
|
|
|
#!IFDEF LIBDIR
|
|
#!ERROR LIBDIR already defined - choose new name
|
|
#!ENDIF
|
|
|
|
#!IF "$(NTDEBUG)" != "" && "$(NTDEBUG)" != "retail" && "$(NTDEBUG)" != "ntsdnodbg"
|
|
#C_DEFINES=$(C_DEFINES) -DDBG
|
|
#!ENDIF
|
|
|
|
#MAJORCOMP=winhttp
|
|
MINORCOMP=apsvc
|
|
|
|
TARGETNAME=apsvc
|
|
|
|
#TARGETPATH=..\lib\$(_OBJ_DIR)
|
|
#TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=..\inc;$(SHELL_INC_PATH)
|
|
|
|
#USE_MSVCRT=1
|
|
#SUBSYSTEM_VERSION=3.50
|
|
|
|
SOURCES= \
|
|
apsvc.idl \
|
|
apsvc_c.c \
|
|
apsvc_s.c \
|
|
# token.cpp \
|
|
rpcsrv.cpp \
|
|
eventlog.cpp \
|
|
svcctrl.cpp
|
|
|
|
#UMTYPE=console
|
|
UMLIBS=$(SDK_LIB_PATH)\Rpcrt4.lib
|
|
|
|
SXS_MANIFEST=whttpsvc.manifest
|
|
|
|
O_MANIFESTS=$(O)\whttpsvc.man
|
|
|
|
# This is so the manifest gets binplaced.
|
|
MISCFILES=$(O_MANIFESTS)
|