mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Developer doc correction: list.c is not generated by Perl any more
This commit is contained in:
@ -33,7 +33,7 @@ for use by anyone attempting to implement a new puzzle or port to a
|
|||||||
new platform.
|
new platform.
|
||||||
|
|
||||||
This guide is believed correct as of \cw{git} commit
|
This guide is believed correct as of \cw{git} commit
|
||||||
\cw{c6e312b252bc41eac10dff60f1c6675c762b4cee}. Hopefully it will be
|
\cw{b967a3ea86d6285457abc2a89e455c8f62d2c22a}. Hopefully it will be
|
||||||
updated along with the code in future, but if not, I've at least left
|
updated along with the code in future, but if not, I've at least left
|
||||||
this version number in here so you can figure out what's changed by
|
this version number in here so you can figure out what's changed by
|
||||||
tracking commit comments from there onwards.
|
tracking commit comments from there onwards.
|
||||||
@ -191,9 +191,8 @@ end module builds a different puzzle.
|
|||||||
\b On platforms such as MacOS X and PalmOS, which build all the
|
\b On platforms such as MacOS X and PalmOS, which build all the
|
||||||
puzzles into a single monolithic binary, the game structure in each
|
puzzles into a single monolithic binary, the game structure in each
|
||||||
back end must have a different name, and there's a helper module
|
back end must have a different name, and there's a helper module
|
||||||
\c{list.c} (constructed automatically by the same Perl script that
|
\c{list.c} which constructs a complete list of those game structures
|
||||||
builds the \cw{Makefile}s) which contains a complete list of those
|
from a header file generated by CMake.
|
||||||
game structures.
|
|
||||||
|
|
||||||
On the latter type of platform, source files may assume that the
|
On the latter type of platform, source files may assume that the
|
||||||
preprocessor symbol \c{COMBINED} has been defined. Thus, the usual
|
preprocessor symbol \c{COMBINED} has been defined. Thus, the usual
|
||||||
|
Reference in New Issue
Block a user