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.

26 lines
1.2 KiB

  1. !include ..\..\make.inc
  2. testdb: \
  3. $(BUILD_PACKAGEDIR)\testdb.msi \
  4. $(BUILD_PACKAGEDIR)\uitestdb.msi
  5. #-------------------------------------------------------------------------------
  6. $(BUILD_PACKAGEDIR)\testdb.msi: $(TESTDB_IDT)\*.idt $(BUILD_PACKAGEDIR)\template.msi $(BUILD_PACKAGEDIR)\simple.msi
  7. if not exist $(BUILD_PACKAGEDIR) md $(BUILD_PACKAGEDIR)
  8. msidb.exe -d$@ -f$(TESTDB_IDT) -m$(BUILD_PACKAGEDIR)\template.msi -c -i *.idt
  9. msidb.exe -d$@ -f$(TESTDB_IDT) -r$(BUILD_PACKAGEDIR)\simple.msi
  10. !if "$(PLATFORM)" == "MERCED"
  11. echo $(TOOLBUILDDIR)\msiinfo.exe $@ /p "IA64;1033"
  12. $(TOOLBUILDDIR)\msiinfo.exe $@ /p "IA64;1033"
  13. !endif
  14. $(BUILD_PACKAGEDIR)\uitestdb.msi: $(TESTDB_IDT)\*.idt $(UISAMPLE_IDT)\*.idt $(SCHEMA_IDT)\_validat.idt $(BUILD_PACKAGEDIR)\uisample.msi $(BUILD_PACKAGEDIR)\simple.msi
  15. if not exist $(BUILD_PACKAGEDIR) md $(BUILD_PACKAGEDIR)
  16. msidb.exe -d$@ -f$(TESTDB_IDT) -m$(BUILD_PACKAGEDIR)\uisample.msi -c -i *.idt
  17. msidb.exe -d$@ -f$(TESTDB_IDT) -r$(BUILD_PACKAGEDIR)\simple.msi
  18. msidb.exe -d$@ -f$(UISAMPLE_IDT) -i a*.idt bbcontro.idt billboar.idt c*.idt d*.idt e*.idt installu.idt l*.idt r*.idt t*.idt
  19. msidb.exe -i -f$(SCHEMA_IDT) -d$@ _validat.idt