rockbox/apps/plugins/reversi
Aidan MacDonald aacb0811d9 Rename symbols of FiiO M3K Linux-based port
Mainly a straight replacement of FIIO_M3K -> FIIO_M3K_LINUX.

Change-Id: Id07c84f8150991d1b6851540c2c3f8f67e3f12c2
2021-02-27 23:53:28 +00:00
..
SOURCES Implement 2 simple AIs for reversi: 2007-07-01 17:51:38 +00:00
reversi-game.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
reversi-game.h loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
reversi-gui.c Fix multiple potential null pointer dereferencess 2020-10-28 08:42:49 -04:00
reversi-gui.h Rename symbols of FiiO M3K Linux-based port 2021-02-27 23:53:28 +00:00
reversi-strategy-naive.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
reversi-strategy-simple.c loader-initialized global plugin API: 2009-01-16 10:34:40 +00:00
reversi-strategy.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
reversi-strategy.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
reversi.make Use a static pattern rule to restrict the dependency on [pluginname].o to single-file plugins. This allows the pattern rule for %.rock (with all dependencies defined elsewhere) to pick up multi-file plugins with no [pluginname].o file, and get rid of the duplication in (doom|midi|reversi).make. 2009-03-04 23:41:58 +00:00