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.

29 lines
534 B

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=
  7. TARGETTYPE=NOTARGET
  8. TARGETPATH=$(_OBJ_DIR)
  9. SOURCES=
  10. BINPLACE_PLACEFILE=..\..\placefil.txt
  11. BINPLACE_FLAGS=-x -a
  12. MISCFILES = hha.dll \
  13. hhc.exe \
  14. itcc.dll
  15. # Since the above files are x86 only, binplace the 32
  16. # bit regsvr32.exe on win64, so postbuild can regsrv itcc.dll
  17. !IF $(WIN64)
  18. MISCFILES= $(MISCFILES) \
  19. regsvr32.exe
  20. !ENDIF