30 lines
534 B
Plaintext
Raw Normal View History

2001-01-01 00:00:00 +01: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