Source code of Windows XP (NT5)
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
519 B

  1. #
  2. # The Office WebFolders shell namespace extension is provided by the
  3. # office team as a single MSI installer package (WEBFLDRS.MSI).
  4. # There are no binaries to build so we just need to binplace the
  5. # MSI file.
  6. #
  7. TARGETNAME=webfldrs
  8. TARGETPATH=obj
  9. TARGETTYPE=NOTARGET
  10. SOURCES=
  11. !IF $(386)
  12. !ifdef WEBFOLDERS_X86
  13. MISCFILES=i386\webfldrs.msi
  14. !endif
  15. !ENDIF
  16. !IF $(AMD64)
  17. !ifdef WEBFOLDERS_AMD64
  18. MISCFILES=ia64\webfldrs.msi
  19. !endif
  20. !ENDIF
  21. !IF $(IA64)
  22. !ifdef WEBFOLDERS_IA64
  23. MISCFILES=ia64\webfldrs.msi
  24. !endif
  25. !ENDIF