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.

24 lines
441 B

  1. MSI_BUILD_UNICODE=1
  2. !INCLUDE ..\..\Src\MsiMake.inc
  3. TARGETNAME=
  4. TARGETTYPE=DYNLINK
  5. SYNCHRONIZE_DRAIN=1
  6. NTTARGETFILE0=OrcaMsi
  7. SOURCES=
  8. BINPLACE_PLACEFILE=..\placefil.txt
  9. !if "$(MAKEDLL)"=="1"
  10. MISCFILES= \
  11. msitool.mak \
  12. $(O)\orcacab.ddf \
  13. i386\bin\msstkprp.dll \
  14. i386\bin\msvcrt.dll \
  15. i386\bin\mfc42.dll \
  16. i386\bin\mfc42u.dll \
  17. $(BUILD_PACKAGEDIR)\orca.msi \
  18. $(BUILD_PACKAGEDIR)\orca.dat
  19. !endif