pokeemerald/tools/bin2c, branch master Pokémon Emerald [Round 3] Apply all source related changes for the new INSTALL.md in one commit. 2020-12-17T02:24:44+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2020-12-17T02:24:44+00:00 3d686116d8acb9f3daa1db9669de6eca11a861d5

[Round 3] Revert multiple source change commits for re-commit. 2020-12-17T02:24:08+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2020-12-17T02:24:08+00:00 5a5acfb0ada48c89d1e398dea3fd3ef701213b60

[Round 2] Apply all source related changes for the new INSTALL.md in one commit. 2020-12-17T01:31:56+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2020-12-17T01:31:56+00:00 166183d5ed73059922b9679b832b591dd6fa073b

[Round 2] Revert multiple source change commits for re-commit. 2020-12-17T01:31:10+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2020-12-17T01:31:10+00:00 345aab63cf2550646a6a56c2c8fe8473d5bf996a

Apply all source related changes for the new INSTALL.md in one commit. 2020-12-16T20:10:01+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2020-12-16T20:10:01+00:00 936ba7f1bf492a805596716660cd751e35fc74cd For people who want to have dkPless builds in their repo.
For people who want to have dkPless builds in their repo.
Revert multiple source change commits for rebase. 2020-12-16T18:29:02+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2020-12-16T18:29:02+00:00 cc5db41f30708c1cc2d33a46879c96a9404764a3

Add msys2 and Cygwin instructions, also add .exe extension to built tools. 2020-11-27T01:21:16+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2020-11-27T01:21:16+00:00 976b967732454b3171ac5b5d61b865f1cc3a5777 Todo: actually extensively test out msys2 and Cygwin, and double check the readme.
Todo: actually extensively test out msys2 and Cygwin, and double check the readme.
Fix Makefiles to account for the $CC and $CXX environment variables 2019-08-06T23:30:57+00:00 aaaaaa123456789 aaaaaa123456789@acidch.at 2019-08-06T23:30:57+00:00 e28cf5406b25707338458a3f49125b38750c8627

Quieter "make tools" 2019-07-23T20:17:00+00:00 PikalaxALT pikalaxalt@gmail.com 2019-07-23T20:17:00+00:00 6ff1426abed52c9642a6ccd5a6eda7210d0637e7

compiler fixes 2018-06-16T22:49:27+00:00 garakmon thomastaps194@comcast.net 2018-06-16T22:49:27+00:00 13ed20c6e3cc2a5029d33df39cffbcc219fbacf1 The compiler flag -s is not necessary and causes build failure on some systems (macOS, clang compilers) due to it being deprecated. Additionally, on those same systems, tools/aif2pcm/main.c failed to compile due to an overly cautious compiler not liking some struct declarations. These changes afaik do not affect other builds.
The compiler flag -s is not necessary and causes build failure on some
systems (macOS, clang compilers) due to it being deprecated.
Additionally, on those same systems, tools/aif2pcm/main.c failed to
compile due to an overly cautious compiler not liking some struct
declarations.
These changes afaik do not affect other builds.