21 lines
549 B
Plaintext
21 lines
549 B
Plaintext
# Copyright (c) Microsoft Corporation
|
|
|
|
# NOTE: Normally you'd edit \nt\tools\placefil.txt
|
|
BINPLACE_PLACEFILE=$(PROJECT_ROOT)\win32\fusion\sxsvc2\sys32proxyman\placefil.txt
|
|
|
|
# p for proxy
|
|
# NOTE that this name is used in the usual flat/global 8.3 namespace %_NTTREE% and %windir%\system32.
|
|
NAME=sxsvc2p
|
|
|
|
TARGETTYPE=NOTARGET
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
SOURCES=
|
|
|
|
# This means put the .man in %_Nttree%, not %_Ntree%\asms\...
|
|
SXS_NO_BINPLACE=1
|
|
|
|
!include ..\sources.inc
|
|
|
|
# This is so the manifest gets binplaced.
|
|
MISCFILES=$(O_MANIFESTS)
|