Leaked source code of windows server 2003
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.
 
 
 
 
 
 

30 lines
534 B

!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