diff options
author | yenatch <yenatch@gmail.com> | 2017-05-26 19:05:45 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-05-26 19:05:45 -0400 |
commit | cafd7a49513caa2a0d4576814dc6cea4d6cdc482 (patch) | |
tree | 08d44bb1a19bf52ec8d73c1ddc1569049dc5c6f8 | |
parent | 434e5c25b430714d41384a392899be3b5456068f (diff) |
Roll back the executables.
These ones actually build, at the cost of needing C++ redist again.
Working versions of the static tools will be built later.
Fixes d1e91f5cfb6653c01a8413476316947dc363777c
-rw-r--r-- | README.md | 1 | ||||
-rwxr-xr-x | tools/agbcc/bin/agbcc.exe | bin | 3185059 -> 1655822 bytes | |||
-rwxr-xr-x | tools/agbcc/bin/old_agbcc.exe | bin | 3185010 -> 1655822 bytes | |||
-rwxr-xr-x | tools/aif2pcm/aif2pcm.exe | bin | 50688 -> 49678 bytes | |||
-rwxr-xr-x | tools/bin2c/bin2c.exe | bin | 45568 -> 44046 bytes | |||
-rwxr-xr-x | tools/gbagfx/gbagfx.exe | bin | 298496 -> 160768 bytes | |||
-rwxr-xr-x | tools/mid2agb/mid2agb.exe | bin | 534528 -> 46592 bytes | |||
-rwxr-xr-x | tools/preproc/preproc.exe | bin | 535552 -> 50688 bytes | |||
-rwxr-xr-x | tools/ramscrgen/ramscrgen.exe | bin | 711680 -> 32768 bytes | |||
-rwxr-xr-x | tools/rsfont/rsfont.exe | bin | 287232 -> 147456 bytes | |||
-rwxr-xr-x | tools/scaninc/scaninc.exe | bin | 516096 -> 29184 bytes |
11 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ # pokeruby-tools This repository contains Windows binaries of the tools required to build [pokeruby](https://github.com/pret/pokeruby) +You may need the Visual C++ runtime DLL to run some of these executables. Please choose the file called `vc_redist.x86.exe`. Copy the `tools/` folder over the `tools/` folder in your pokeruby directory. diff --git a/tools/agbcc/bin/agbcc.exe b/tools/agbcc/bin/agbcc.exe Binary files differindex 3b7d299..f552475 100755 --- a/tools/agbcc/bin/agbcc.exe +++ b/tools/agbcc/bin/agbcc.exe diff --git a/tools/agbcc/bin/old_agbcc.exe b/tools/agbcc/bin/old_agbcc.exe Binary files differindex ba83414..dc7ae98 100755 --- a/tools/agbcc/bin/old_agbcc.exe +++ b/tools/agbcc/bin/old_agbcc.exe diff --git a/tools/aif2pcm/aif2pcm.exe b/tools/aif2pcm/aif2pcm.exe Binary files differindex eff20b3..dc2b31d 100755 --- a/tools/aif2pcm/aif2pcm.exe +++ b/tools/aif2pcm/aif2pcm.exe diff --git a/tools/bin2c/bin2c.exe b/tools/bin2c/bin2c.exe Binary files differindex 40abd50..f925973 100755 --- a/tools/bin2c/bin2c.exe +++ b/tools/bin2c/bin2c.exe diff --git a/tools/gbagfx/gbagfx.exe b/tools/gbagfx/gbagfx.exe Binary files differindex b05d7b2..1db757b 100755 --- a/tools/gbagfx/gbagfx.exe +++ b/tools/gbagfx/gbagfx.exe diff --git a/tools/mid2agb/mid2agb.exe b/tools/mid2agb/mid2agb.exe Binary files differindex 0d95c9b..07a592c 100755 --- a/tools/mid2agb/mid2agb.exe +++ b/tools/mid2agb/mid2agb.exe diff --git a/tools/preproc/preproc.exe b/tools/preproc/preproc.exe Binary files differindex b18ed06..4b18bb2 100755 --- a/tools/preproc/preproc.exe +++ b/tools/preproc/preproc.exe diff --git a/tools/ramscrgen/ramscrgen.exe b/tools/ramscrgen/ramscrgen.exe Binary files differindex be887cb..1dd8649 100755 --- a/tools/ramscrgen/ramscrgen.exe +++ b/tools/ramscrgen/ramscrgen.exe diff --git a/tools/rsfont/rsfont.exe b/tools/rsfont/rsfont.exe Binary files differindex cbcb4a6..51dfc03 100755 --- a/tools/rsfont/rsfont.exe +++ b/tools/rsfont/rsfont.exe diff --git a/tools/scaninc/scaninc.exe b/tools/scaninc/scaninc.exe Binary files differindex 17522e0..880878c 100755 --- a/tools/scaninc/scaninc.exe +++ b/tools/scaninc/scaninc.exe |