From cafd7a49513caa2a0d4576814dc6cea4d6cdc482 Mon Sep 17 00:00:00 2001 From: yenatch Date: Fri, 26 May 2017 19:05:45 -0400 Subject: 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 --- README.md | 1 + tools/agbcc/bin/agbcc.exe | Bin 3185059 -> 1655822 bytes tools/agbcc/bin/old_agbcc.exe | Bin 3185010 -> 1655822 bytes tools/aif2pcm/aif2pcm.exe | Bin 50688 -> 49678 bytes tools/bin2c/bin2c.exe | Bin 45568 -> 44046 bytes tools/gbagfx/gbagfx.exe | Bin 298496 -> 160768 bytes tools/mid2agb/mid2agb.exe | Bin 534528 -> 46592 bytes tools/preproc/preproc.exe | Bin 535552 -> 50688 bytes tools/ramscrgen/ramscrgen.exe | Bin 711680 -> 32768 bytes tools/rsfont/rsfont.exe | Bin 287232 -> 147456 bytes tools/scaninc/scaninc.exe | Bin 516096 -> 29184 bytes 11 files changed, 1 insertion(+) diff --git a/README.md b/README.md index 1b001e8..6b088f1 100644 --- a/README.md +++ b/README.md @@ -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 index 3b7d299..f552475 100755 Binary files a/tools/agbcc/bin/agbcc.exe and b/tools/agbcc/bin/agbcc.exe differ diff --git a/tools/agbcc/bin/old_agbcc.exe b/tools/agbcc/bin/old_agbcc.exe index ba83414..dc7ae98 100755 Binary files a/tools/agbcc/bin/old_agbcc.exe and b/tools/agbcc/bin/old_agbcc.exe differ diff --git a/tools/aif2pcm/aif2pcm.exe b/tools/aif2pcm/aif2pcm.exe index eff20b3..dc2b31d 100755 Binary files a/tools/aif2pcm/aif2pcm.exe and b/tools/aif2pcm/aif2pcm.exe differ diff --git a/tools/bin2c/bin2c.exe b/tools/bin2c/bin2c.exe index 40abd50..f925973 100755 Binary files a/tools/bin2c/bin2c.exe and b/tools/bin2c/bin2c.exe differ diff --git a/tools/gbagfx/gbagfx.exe b/tools/gbagfx/gbagfx.exe index b05d7b2..1db757b 100755 Binary files a/tools/gbagfx/gbagfx.exe and b/tools/gbagfx/gbagfx.exe differ diff --git a/tools/mid2agb/mid2agb.exe b/tools/mid2agb/mid2agb.exe index 0d95c9b..07a592c 100755 Binary files a/tools/mid2agb/mid2agb.exe and b/tools/mid2agb/mid2agb.exe differ diff --git a/tools/preproc/preproc.exe b/tools/preproc/preproc.exe index b18ed06..4b18bb2 100755 Binary files a/tools/preproc/preproc.exe and b/tools/preproc/preproc.exe differ diff --git a/tools/ramscrgen/ramscrgen.exe b/tools/ramscrgen/ramscrgen.exe index be887cb..1dd8649 100755 Binary files a/tools/ramscrgen/ramscrgen.exe and b/tools/ramscrgen/ramscrgen.exe differ diff --git a/tools/rsfont/rsfont.exe b/tools/rsfont/rsfont.exe index cbcb4a6..51dfc03 100755 Binary files a/tools/rsfont/rsfont.exe and b/tools/rsfont/rsfont.exe differ diff --git a/tools/scaninc/scaninc.exe b/tools/scaninc/scaninc.exe index 17522e0..880878c 100755 Binary files a/tools/scaninc/scaninc.exe and b/tools/scaninc/scaninc.exe differ -- cgit v1.2.3