DK2_BuildDependencies.bat 382 B

123456789101112
  1. :: Build platform-specific MegaZeux dependencies and install them
  2. :: to %DEVKITPRO%\portlibs or likewise. This need not be done if
  3. :: your devkitPro installation already has all of the required
  4. :: dependencies.
  5. usr\bin\bash -l /dk-nds-dependencies.sh
  6. usr\bin\bash -l /dk-3ds-dependencies.sh
  7. usr\bin\bash -l /dk-wii-dependencies.sh
  8. usr\bin\bash -l /dk-switch-dependencies.sh
  9. pause