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.

20 lines
407 B

  1. !if "$(NOPASS0)" == "1"
  2. all: cabs all-cabs
  3. cabs: obj\$(TARGET_DIRECTORY)\sidtools.cab
  4. all-cabs:
  5. copy ..\migrate\cabs\obj\$(TARGET_DIRECTORY)\*.cab obj\$(TARGET_DIRECTORY)
  6. cabarc n obj\$(TARGET_DIRECTORY)\all.cab obj\$(TARGET_DIRECTORY)\*.cab
  7. obj\$(TARGET_DIRECTORY)\sidtools.cab: ..\$(@B)\obj\$(TARGET_DIRECTORY)\$(@B).dll
  8. cabarc n $@ $**
  9. !else
  10. !message Nothing to build in pass 0
  11. all:
  12. !endif