windows-nt/Source/XPSP1/NT/windows/appcompat/buildtools/x86/sources

30 lines
505 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!IF 0
Copyright (c) 1990 Microsoft Corporation
Module Name:
sources.
!ENDIF
TARGETNAME=
TARGETTYPE=NOTARGET
TARGETPATH=$(_OBJ_DIR)
SOURCES=
BINPLACE_PLACEFILE=..\..\placefil.txt
BINPLACE_FLAGS=-x -a
MISCFILES = hha.dll \
hhc.exe \
itcc.dll
# Since the above files are x86 only, binplace the 32
# bit regsvr32.exe on win64, so postbuild can regsrv itcc.dll
!IF $(WIN64)
MISCFILES= $(MISCFILES) \
regsvr32.exe
!ENDIF