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.

11 lines
197 B

  1. all:
  2. cd $(BLD_EFI)
  3. @$(MAKE) $(EFI_OPT)
  4. !if "$(MERGE)"=="1"
  5. !if "$(DO)"!="CLEAN"
  6. copy $(BLD_EFI)\bin\$(EFI_BIN) $(BLD_FW)
  7. copy $(BLD_EFI)\bin\$(EFI_PDB) $(BLD_FW)
  8. !endif
  9. !endif